Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyResp ¶
type KeyResp struct { KeyUuid string `json:"key_uuid"` KeySecret []string `json:"key_secret"` Date time.Time `json:"date" copier:"Timestamp"` }
func (KeyResp) MarshalJSON ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetKeyHandler ¶
func (*Server) SetKeyHandler ¶
Click to show internal directories.
Click to hide internal directories.