package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Apr 23, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateOrRenewApikeyRequest struct {
Name string `json:"name" validate:"required"`
Ttl int64 `json:"ttl" validate:"required"`
}
type CreateOrRenewApikeyResponse struct {
Token string `json:"token"`
Expires time.Time `json:"expires"`
}
type SelfUser struct {
Name string `json:"name,omitempty"`
Email string `json:"email,omitempty"`
Groups []string `json:"groups,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.