Documentation
¶
Overview ¶
Package apikeymanagedby
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cloud = ApiKeyManagedBy{"cloud"} Elasticsearch = ApiKeyManagedBy{"elasticsearch"} )
Functions ¶
This section is empty.
Types ¶
type ApiKeyManagedBy ¶
type ApiKeyManagedBy struct {
Name string
}
func (ApiKeyManagedBy) MarshalText ¶
func (a ApiKeyManagedBy) MarshalText() (text []byte, err error)
func (ApiKeyManagedBy) String ¶
func (a ApiKeyManagedBy) String() string
func (*ApiKeyManagedBy) UnmarshalText ¶
func (a *ApiKeyManagedBy) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.