Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GitProviders = []string{"github"}
)
Functions ¶
Types ¶
type GithubRepository ¶
type GithubRepository struct { RepositoryCommon Id int Key string }
func (*GithubRepository) Delete ¶
func (r *GithubRepository) Delete(ctx context.Context) (err error)
func (*GithubRepository) Register ¶
func (r *GithubRepository) Register(ctx context.Context) (err error)
func (*GithubRepository) Serialize ¶
func (r *GithubRepository) Serialize() Data
Click to show internal directories.
Click to hide internal directories.