Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
Name string `json:"name"`
Site string `json:"site"`
Description string `json:"description"`
Tag []string `json:"tag"`
Ipv4 []string `json:"ipv4"`
Ipv6 []string `json:"ipv6"`
Hostname string `json:"hostname"`
Created_at string `json:"created_at"`
Updated_at string `json:"updated_at"`
}
type Store ¶
type Store struct {
Job []Job `json:"job"`
Workflow []Workflow `json:"workflow"`
Server []Server `json:"server"`
Script []Script `json:"script"`
}
func CloneStore ¶
Click to show internal directories.
Click to hide internal directories.