Documentation
¶
Index ¶
- func GetReleaseRepository(app configuration.Application) (*github.RepositoryRelease, *github.Response, error)
- func HandleUserAppsList(w io.Writer) error
- func HandlerUserUpdate(ctx context.Context, payload []byte, dryRun bool) (errs match.JoinErrors)
- func NewGithubReleaseData(app configuration.Application) (match.Data, error)
- type App
- type GithubReleaseData
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetReleaseRepository ¶
func GetReleaseRepository(app configuration.Application) (*github.RepositoryRelease, *github.Response, error)
func HandleUserAppsList ¶
func HandlerUserUpdate ¶
func NewGithubReleaseData ¶
func NewGithubReleaseData(app configuration.Application) (match.Data, error)
Types ¶
type App ¶
type App struct {
configuration.Application
Index int `json:"index"`
}
type GithubReleaseData ¶
type GithubReleaseData struct {
// contains filtered or unexported fields
}
func (GithubReleaseData) Clean ¶ added in v0.4.2
func (gd GithubReleaseData) Clean()
func (GithubReleaseData) Get ¶
func (gd GithubReleaseData) Get(name string) io.ReadCloser
type Server ¶ added in v0.2.0
type Server struct {
Apps []App `json:"apps"`
Version share.VersionData `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.