Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllSort = []Sort{ SortAsc, SortDesc, }
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Name string `json:"name"`
}
type AuthPayload ¶
type AuthPayload struct {
Token string `json:"token"`
}
type DateVersionCount ¶ added in v1.6.0
type Environment ¶
type Environment struct {
Name string `json:"name"`
}
type NewVersion ¶
type Version ¶
type Version struct {
ID string `json:"id"`
Application *Application `json:"application"`
Environment *Environment `json:"environment"`
Location *Location `json:"location"`
Version string `json:"version"`
Timestamp string `json:"timestamp"`
}
Click to show internal directories.
Click to hide internal directories.