Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.0.4
func LoadDefaultConfig ¶ added in v0.0.4
func LoadDefaultConfig() *Config
type ErrorResponse ¶
ErrorReponse holds a code and a message parsed from an error resposne from the helmut.cloud platform
type Organization ¶
type Organization struct {
Id string `json:"_id,omitempty"`
Name string `json:"name,omitempty"`
Creator User `json:"creator,omitempty"`
Company string `json:"company,omitempty"`
}
func (Organization) String ¶
func (o Organization) String() string
type OrganizationMember ¶
type OrganizationMember struct {
Id string `json:"_id,omitempty"`
OrganizationId string `json:"organizationId,omitempty"`
User User `json:"userDbRef,omitempty"`
Roles []string `json:"roles,omitempty"`
}
func (OrganizationMember) String ¶
func (o OrganizationMember) String() string
type Register ¶
Click to show internal directories.
Click to hide internal directories.