pulumi/pkg/resource/idl/asset.go

8 lines
174 B
Go
Raw Normal View History

2017-06-26 23:46:34 +02:00
// Copyright 2016-2017, Pulumi Corporation. All rights reserved.
2017-04-28 21:07:49 +02:00
package idl
// Asset is a marker struct to indicate that an IDL struct is an asset.
type Asset struct {
}