Documentation
¶
Index ¶
- Constants
- func Image() string
- type GithubContainer
- func (c *GithubContainer) BuildImage() error
- func (c *GithubContainer) Comment() error
- func (c *GithubContainer) CopyScript() error
- func (c *GithubContainer) Images() []string
- func (c *GithubContainer) IsAsync() bool
- func (c *GithubContainer) Name() string
- func (c *GithubContainer) Pull() error
- func (c *GithubContainer) Run() error
Constants ¶
View Source
const (
IMAGE = "maniator/gh"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GithubContainer ¶
func New ¶
func New() *GithubContainer
func (*GithubContainer) BuildImage ¶
func (c *GithubContainer) BuildImage() error
func (*GithubContainer) Comment ¶
func (c *GithubContainer) Comment() error
func (*GithubContainer) CopyScript ¶
func (c *GithubContainer) CopyScript() error
func (*GithubContainer) Images ¶
func (c *GithubContainer) Images() []string
func (*GithubContainer) IsAsync ¶ added in v0.2.1
func (c *GithubContainer) IsAsync() bool
func (*GithubContainer) Name ¶
func (c *GithubContainer) Name() string
func (*GithubContainer) Pull ¶
func (c *GithubContainer) Pull() error
func (*GithubContainer) Run ¶
func (c *GithubContainer) Run() error
Click to show internal directories.
Click to hide internal directories.