github.com/aws-cloudformation/cloudformation-cli-go-plugin@v1.2.0/examples/github-repo/cmd/resource/model.go (about) 1 // Code generated by 'cfn generate', changes will be undone by the next invocation. DO NOT EDIT. 2 // Updates to this type are made my editing the schema file and executing the 'generate' command. 3 package resource 4 5 // Model is autogenerated from the json schema 6 type Model struct { 7 Name *string `json:",omitempty"` 8 Owner *string `json:",omitempty"` 9 Description *string `json:",omitempty"` 10 Homepage *string `json:",omitempty"` 11 OauthToken *string `json:",omitempty"` 12 URL *string `json:",omitempty"` 13 }