Skip to content

Commit e9a34c2

Browse files
doc: Add godoc for RegistryNoCodeModuleReadVariablesOptions.
1 parent d9d2cf1 commit e9a34c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

registry_no_code_module.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ type RegistryNoCodeModuleReadOptions struct {
203203
Include []RegistryNoCodeModuleIncludeOpt `url:"include,omitempty"`
204204
}
205205

206+
// RegistryNoCodeModuleReadVariablesOptions is used when reading the variables
207+
// for a no-code module.
206208
type RegistryNoCodeModuleReadVariablesOptions struct {
207209
// Type is a public field utilized by JSON:API to
208210
// set the resource type via the field tag.

0 commit comments

Comments
 (0)