Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveRegistry ¶
func SaveRegistry(out io.Writer, registry *RegistryDTO) error
Types ¶
type ContextDTO ¶
type ContextDTO struct { ID string `json:"id"` FolderID *string `json:"folder_id,omitempty"` Name string `json:"name"` Position int `json:"position"` Properties []PropertyDTO `json:"properties"` }
type EndpointDTO ¶
type PropertyDTO ¶
type RegistryDTO ¶
type RegistryDTO struct { Folders []FolderDTO `json:"folders"` Contexts []ContextDTO `json:"contexts"` Endpoints []EndpointDTO `json:"endpoints"` Workflows []WorkflowDTO `json:"workflows"` ActiveContextID string `json:"active_context_id"` }
func LoadRegistry ¶
func LoadRegistry(in io.Reader) (*RegistryDTO, error)
Click to show internal directories.
Click to hide internal directories.