pulumi/pkg/resource/idl/asset.go
2017-06-26 14:46:34 -07:00

8 lines
174 B
Go

// Copyright 2016-2017, Pulumi Corporation. All rights reserved.
package idl
// Asset is a marker struct to indicate that an IDL struct is an asset.
type Asset struct {
}