pulumi/pkg/resource/idl/resource.go
joeduffy 9c7f6b678c Bring LUMIDL up to code
This gets LUMIDL to generate code in the new way.
2017-09-11 16:58:25 -07:00

8 lines
182 B
Go

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