Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullManagerCtx ¶
type PullManagerCtx struct {
// contains filtered or unexported fields
}
func New ¶
func New(client *dockerClient.Client, nekoImages []string) *PullManagerCtx
func (*PullManagerCtx) Shutdown ¶ added in v1.6.0
func (manager *PullManagerCtx) Shutdown() error
func (*PullManagerCtx) Status ¶
func (manager *PullManagerCtx) Status() types.PullStatus
func (*PullManagerCtx) Stop ¶
func (manager *PullManagerCtx) Stop() error
func (*PullManagerCtx) Subscribe ¶ added in v1.6.0
func (manager *PullManagerCtx) Subscribe(ch chan<- string) func()
Click to show internal directories.
Click to hide internal directories.