Documentation
¶
Index ¶
- Variables
- func CreateResource(cmd *cobra.Command, path, endpoint, defaultExample string, cliParams any, ...) (map[string]any, error)
- func EditResource(cmd *cobra.Command, path, url string, cliParams any, openapiSpec []byte) error
- func ManageListRequest(path, idField string, columnsToDisplay, filters []string)
- func ManageListRequestNoExpand(path string, columnsToDisplay, filters []string)
- func ManageObjectRequest(path, objectID, templateContent string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed templates/service_info.tmpl ServiceInfoTemplate string ServiceInfoSpec struct { Renew struct { Automatic bool `json:"automatic"` DeleteAtExpiration bool `json:"deleteAtExpiration"` Forced bool `json:"forced"` ManualPayment bool `json:"manualPayment"` Period int `json:"period"` } `json:"renew"` } )
Functions ¶
func CreateResource ¶
func EditResource ¶
func ManageListRequest ¶
func ManageObjectRequest ¶
func ManageObjectRequest(path, objectID, templateContent string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.