Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateResponse ¶
func GenerateResponse(c *Container)
Types ¶
type Container ¶
type Container struct { Config string Description string Etcd *etcd.EtcdStorage ResponseData []any // contains filtered or unexported fields }
Container is used by getSchemaList handler to create and enrich schema data it will eventually return. This is required to maintain the state of the record while it goes through multiple iterations: first for list of apps, then the list of modules inside the app and then versions. Container holds the state for each iteration.
Click to show internal directories.
Click to hide internal directories.