Documentation
¶
Index ¶
- type Config
- type GitHub
- func (gh *GitHub) GetFilesByBranch(ctx context.Context, owner, name, branch string) (github.Store, error)
- func (gh *GitHub) GetFilesByTag(ctx context.Context, owner, name, tag string) (github.Store, error)
- func (gh *GitHub) GetLatestTag(ctx context.Context, owner, name, tagReference string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHub ¶
type GitHub struct {
// contains filtered or unexported fields
}
func (*GitHub) GetFilesByBranch ¶
func (*GitHub) GetFilesByTag ¶
Click to show internal directories.
Click to hide internal directories.