Documentation ¶
Index ¶
- func NewConnGithubRepo(name string) gh_conn.ConnGithubRepo
- type ConnGithubPublic
- 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
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnGithubRepo ¶
func NewConnGithubRepo(name string) gh_conn.ConnGithubRepo
Types ¶
type ConnGithubPublic ¶
type ConnGithubPublic struct {
// contains filtered or unexported fields
}
func (*ConnGithubPublic) Connect ¶
func (z *ConnGithubPublic) Connect(ctl app_control.Control) (err error)
func (*ConnGithubPublic) Context ¶
func (z *ConnGithubPublic) Context() gh_context.Context
func (*ConnGithubPublic) IsPublic ¶
func (z *ConnGithubPublic) IsPublic() bool
func (*ConnGithubPublic) PeerName ¶
func (z *ConnGithubPublic) PeerName() string
func (*ConnGithubPublic) ScopeLabel ¶
func (z *ConnGithubPublic) ScopeLabel() string
func (*ConnGithubPublic) ServiceName ¶
func (z *ConnGithubPublic) ServiceName() string
func (*ConnGithubPublic) SetPeerName ¶
func (z *ConnGithubPublic) SetPeerName(name string)
type ConnGithubRepo ¶
type ConnGithubRepo struct {
// contains filtered or unexported fields
}
func (*ConnGithubRepo) Connect ¶
func (z *ConnGithubRepo) Connect(ctl app_control.Control) (err error)
func (*ConnGithubRepo) Context ¶
func (z *ConnGithubRepo) Context() gh_context.Context
func (*ConnGithubRepo) IsRepo ¶
func (z *ConnGithubRepo) IsRepo() bool
func (*ConnGithubRepo) PeerName ¶
func (z *ConnGithubRepo) PeerName() string
func (*ConnGithubRepo) ScopeLabel ¶
func (z *ConnGithubRepo) ScopeLabel() string
func (*ConnGithubRepo) ServiceName ¶
func (z *ConnGithubRepo) ServiceName() string
func (*ConnGithubRepo) SetPeerName ¶
func (z *ConnGithubRepo) SetPeerName(name string)
Click to show internal directories.
Click to hide internal directories.