Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUIDGenerateResponse ¶
type UUIDGenerateResponse struct {
UUIDs []UUIDResponse `json:"uuids" yaml:"uuids" toml:"uuids"`
}
type UUIDResponse ¶
type UUIDResponse struct {
UUID string `json:"uuid" yaml:"uuid" toml:"uuid"`
}
var UUID UUIDResponse
func (UUIDResponse) New ¶
func (UUIDResponse) New(uuid string) UUIDResponse
type UUIDVersionsResponse ¶
Click to show internal directories.
Click to hide internal directories.