Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnGithub ¶
type ConnGithub interface {
api_conn.Connection
Context() gh_context.Context
}
type ConnGithubPublic ¶
type ConnGithubPublic interface {
ConnGithub
IsPublic() bool
}
type ConnGithubRepo ¶
type ConnGithubRepo interface {
ConnGithub
IsRepo() bool
}
Click to show internal directories.
Click to hide internal directories.