Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + func NewConnGithubRepo(name string) gh_conn.ConnGithubRepo + type ConnGithubPublic struct + func (z *ConnGithubPublic) Connect(ctl app_control.Control) (err error) + func (z *ConnGithubPublic) Context() gh_context.Context + func (z *ConnGithubPublic) IsPublic() bool + func (z *ConnGithubPublic) PeerName() string + func (z *ConnGithubPublic) ScopeLabel() string + func (z *ConnGithubPublic) ServiceName() string + func (z *ConnGithubPublic) SetPeerName(name string) + type ConnGithubRepo struct + func (z *ConnGithubRepo) Connect(ctl app_control.Control) (err error) + func (z *ConnGithubRepo) Context() gh_context.Context + func (z *ConnGithubRepo) IsRepo() bool + func (z *ConnGithubRepo) PeerName() string + func (z *ConnGithubRepo) ScopeLabel() string + func (z *ConnGithubRepo) ServiceName() string + func (z *ConnGithubRepo) SetPeerName(name string)