Documentation
¶
Overview ¶
Package apikeytype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Rest = ApiKeyType{"rest"} Crosscluster = ApiKeyType{"cross_cluster"} )
Functions ¶
This section is empty.
Types ¶
type ApiKeyType ¶
type ApiKeyType struct {
Name string
}
func (ApiKeyType) MarshalText ¶
func (a ApiKeyType) MarshalText() (text []byte, err error)
func (ApiKeyType) String ¶
func (a ApiKeyType) String() string
func (*ApiKeyType) UnmarshalText ¶
func (a *ApiKeyType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.