Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
Attributes struct {
Name string `json:"name"`
URL string `json:"url"`
Ready bool `json:"ready"`
Projects []struct {
PullRequestNumber int `json:"pull_request_number"`
RepoName string `json:"repo_name"`
} `json:"projects"`
Services []Service `json:"services"`
} `json:"attributes"`
ID string `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.