Documentation ¶
Index ¶
- type Default
- type F
- func (f F) Configure()
- func (f F) GetAllProjectIDs() []string
- func (f F) GetConfig() *Default
- func (f F) GetFilePath() string
- func (f F) HasUserNameDefault() bool
- func (f F) SetConfig() (*Default, string)
- func (f F) SetDefault(resourceType string, idActive string) bool
- func (f F) SetUpdates()
- func (f F) ValidConfigDefaultProject() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct { APIVersion string `json:"apiVersion"` Kind string `json:"kind"` Metadata struct { } `json:"metadata"` Spec struct { Users struct { DefaultID string `json:"defaultID"` ActiveID string `json:"activeID"` } `json:"users"` Updates struct { Auto struct { Status string `json:"status"` } `json:"auto"` } `json:"updates"` } `json:"spec"` }
type F ¶
type F struct{}
func (F) GetAllProjectIDs ¶
func (F) GetFilePath ¶
func (F) HasUserNameDefault ¶
func (F) SetUpdates ¶
func (f F) SetUpdates()
func (F) ValidConfigDefaultProject ¶
Click to show internal directories.
Click to hide internal directories.