Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiKey ¶
type ApiKey struct {
KeyHash string `json:"keyHash"`
Type ApiKeyType `json:"type"`
// Project or client name
Name string `json:"name"`
} // @name ApiKey
type ApiKeyType ¶
type ApiKeyType string
const (
ApiKeyTypeClient ApiKeyType = "client"
ApiKeyTypeProject ApiKeyType = "project"
)
Click to show internal directories.
Click to hide internal directories.