Versions in this module Expand all Collapse all v0 v0.65.0 Aug 13, 2021 v0.64.0 Aug 13, 2021 Changes in this version + func CreateCmd(ch *cmdutil.Helper) *cobra.Command + func DeleteCmd(ch *cmdutil.Helper) *cobra.Command + func ListCmd(ch *cmdutil.Helper) *cobra.Command + func PasswordCmd(ch *cmdutil.Helper) *cobra.Command + type Password struct + CreatedAt int64 + Name string + PublicID string + Role string + RoleDesc string + UserName string + func (b *Password) MarshalCSVValue() interface{} + func (b *Password) MarshalJSON() ([]byte, error) + type PasswordWithPlainText struct + AccessHostUrl string + ConnectionStrings ps.ConnectionStrings + Name string + PlainText string + PublicID string + Role string + RoleDesc string + type Passwords []*Password + func (b Passwords) String() string