Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
func (*Auth) AuthWithCredentials ¶
type CLI ¶
type CLI struct {
AuthCLI AuthCLI
UserCLI UserCLI
RoleCLI RoleCLI
DataCLI DataCLI
UserInfo *UserInfo
}
func (*CLI) CheckCommand ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func (*Data) CreateValue ¶
func (c *Data) CreateValue()
func (*Data) DeleteValue ¶
func (c *Data) DeleteValue()
type Role ¶
type Role struct {
// contains filtered or unexported fields
}
func (*Role) CreateRole ¶
func (c *Role) CreateRole()
func (*Role) DeleteRole ¶
func (c *Role) DeleteRole()
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (*User) CreateUser ¶
func (c *User) CreateUser()
func (*User) DeleteUser ¶
func (c *User) DeleteUser()
func (*User) UpdatePassword ¶
func (c *User) UpdatePassword()
Click to show internal directories.
Click to hide internal directories.