Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArkProfile ¶
type ArkProfile struct {
ProfileName string `json:"profile_name" mapstructure:"profile_name" validate:"required" flag:"profile-name" desc:"The name of the profile to use"`
ProfileDescription string `` /* 135-byte string literal not displayed */
AuthProfiles map[string]*auth.ArkAuthProfile `json:"auth_profiles" mapstructure:"auth_profile" validate:"required" flag:"-"`
}
ArkProfile represents a profile for the Ark SDK.
func (*ArkProfile) UnmarshalJSON ¶
func (p *ArkProfile) UnmarshalJSON(data []byte) error
UnmarshalJSON unmarshals the JSON data into the ArkProfile struct.
Click to show internal directories.
Click to hide internal directories.