Documentation
¶
Overview ¶
Package storage is a file system abstraction for storing Kepler data
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Github ¶
type Github struct {
AccessToken string `json:"accesstoken"`
Issue []Issue `json:"issue"`
Organisation string `json:"SeedJobs"`
TeamID int64 `json:"teamid"`
CurrentIssue *Issue `json:"currentissue"`
}
Github specific sub structure
type Issue ¶
type Issue struct {
IssueURL string `json:"issueurl"`
Owner string `json:"owner"`
Repo string `json:"repo"`
Number int `json:"number"`
PullRequests []PullRequest `json:"pullrequests"`
Palette map[string]string
}
Issue object structure
type Kubebuilder ¶
type Kubebuilder struct {
ProjectName string `json:"projectname"`
TopicName string `json:"topicname"`
SubName string `json:"subscriptionname"`
}
Kubebuilder specific sub structure
type PullRequest ¶
type PullRequest struct {
Repo string
Owner string
Base string
Head string
Title string
Number int
}
PullRequest object structure
Click to show internal directories.
Click to hide internal directories.