Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdProfile ¶
func NewCmdProfile(t *terminal.Terminal, loginProfileStore ProfileStore, noLoginProfileStore ProfileStore) *cobra.Command
Types ¶
type ProfileStore ¶
type ProfileStore interface {
completions.CompletionStore
GetCurrentUser() (*entity.User, error)
UpdateUser(userID string, updatedUser *entity.UpdateUser) (*entity.User, error)
}
Click to show internal directories.
Click to hide internal directories.