models

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL