Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Password ¶
type Password struct {
PublicID string `header:"id" json:"id"`
Name string `header:"name" json:"name"`
Branch string `header:"branch" json:"branch"`
UserName string `header:"username" json:"username"`
Role string `header:"role" json:"role"`
RoleDesc string `header:"role description" json:"-"`
CreatedAt int64 `json:"created_at"`
// contains filtered or unexported fields
}
func (*Password) MarshalCSVValue ¶
func (b *Password) MarshalCSVValue() interface{}
func (*Password) MarshalJSON ¶
type PasswordWithPlainText ¶
type PasswordWithPlainText struct {
Name string `header:"name" json:"name"`
Branch string `header:"branch" json:"branch"`
PublicID string `header:"username" json:"username"`
AccessHostUrl string `header:"access host url" json:"access_host_url"`
Role string `header:"role" json:"role"`
RoleDesc string `header:"role description" json:"role_description"`
PlainText string `header:"password" json:"password"`
ConnectionStrings ps.ConnectionStrings `json:"connection_strings"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.