Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandData ¶
CommandData contains all command related data
type Response ¶
type Response struct {
ID int `json:"id"`
Key string `json:"key"`
Name string `json:"name"`
Description struct {
Plain struct {
Value string `json:"value"`
Representation string `json:"representation"`
} `json:"plain"`
} `json:"description"`
Links struct {
Collection string `json:"collection"`
Base string `json:"base"`
Context string `json:"context"`
Self string `json:"self"`
} `json:"_links"`
// contains filtered or unexported fields
}
Response the response payload
type Space ¶
type Space struct {
// contains filtered or unexported fields
}
Space command to create git hooks
func (*Space) StartCommandSurvey ¶
StartCommandSurvey collect all required informations from user
Click to show internal directories.
Click to hide internal directories.