role

package
v0.258.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCmd added in v0.251.0

func CreateCmd(ch *cmdutil.Helper) *cobra.Command

func DeleteCmd added in v0.251.0

func DeleteCmd(ch *cmdutil.Helper) *cobra.Command

func GetCmd added in v0.251.0

func GetCmd(ch *cmdutil.Helper) *cobra.Command

func ListCmd added in v0.251.0

func ListCmd(ch *cmdutil.Helper) *cobra.Command

ListCmd encapsulates the command for listing roles for a branch.

func RenewCmd added in v0.251.0

func RenewCmd(ch *cmdutil.Helper) *cobra.Command

func ResetDefaultCmd

func ResetDefaultCmd(ch *cmdutil.Helper) *cobra.Command

func RoleCmd

func RoleCmd(ch *cmdutil.Helper) *cobra.Command

func UpdateCmd added in v0.251.0

func UpdateCmd(ch *cmdutil.Helper) *cobra.Command

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL