Documentation
¶
Index ¶
- func CreateCmd(ch *cmdutil.Helper) *cobra.Command
- func DeleteCmd(ch *cmdutil.Helper) *cobra.Command
- func GetCmd(ch *cmdutil.Helper) *cobra.Command
- func ListCmd(ch *cmdutil.Helper) *cobra.Command
- func RenewCmd(ch *cmdutil.Helper) *cobra.Command
- func ResetDefaultCmd(ch *cmdutil.Helper) *cobra.Command
- func RoleCmd(ch *cmdutil.Helper) *cobra.Command
- func UpdateCmd(ch *cmdutil.Helper) *cobra.Command
- type PostgresRole
- type PostgresRoleList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostgresRole ¶
type PostgresRole struct {
PublicID string `header:"id" json:"id"`
Name string `header:"name" json:"name"`
Username string `header:"username" json:"username"`
Password string `header:"password" json:"password"`
AccessHostURL string `header:"access_host_url" json:"access_host_url"`
// contains filtered or unexported fields
}
type PostgresRoleList ¶ added in v0.251.0
type PostgresRoleList struct {
PublicID string `header:"id" json:"id"`
Name string `header:"name" json:"name"`
Username string `header:"username" json:"username"`
AccessHostURL string `header:"access_host_url" json:"access_host_url"`
CreatedAt string `header:"created_at" json:"created_at"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.