Documentation
¶
Index ¶
- type Interface
- type ORMB
- func (o ORMB) Export(refStr, dst string) error
- func (o ORMB) Login(hostname, username, password string, insecureOpt bool) error
- func (o ORMB) Models() error
- func (o ORMB) Pull(refStr string) error
- func (o ORMB) Push(refStr string) error
- func (o ORMB) Remove(refStr string) error
- func (o ORMB) Save(src, refStr string) error
- func (o ORMB) Tag(refStr, targetStr string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
Login(hostname, username, password string, insecureOpt bool) error
Push(refStr string) error
Pull(refStr string) error
Export(refStr, dst string) error
Save(src, refStr string) error
Tag(refStr, targetStr string) error
Remove(refStr string) error
Models() error
}
Interface is the interface to manage models with a remote registry.
Click to show internal directories.
Click to hide internal directories.