base
This commit is contained in:
@@ -22,6 +22,7 @@ type Port struct {
|
||||
}
|
||||
|
||||
type Image struct {
|
||||
Id string
|
||||
Registry string
|
||||
Tag string
|
||||
Command string
|
||||
@@ -30,7 +31,7 @@ type Image struct {
|
||||
}
|
||||
|
||||
type InstanceManager interface {
|
||||
//General
|
||||
// General
|
||||
// Read Only
|
||||
GetImage(ctx context.Context, imageId string) (*Image, error)
|
||||
ListImages(ctx context.Context) ([]Image, error)
|
||||
|
||||
Reference in New Issue
Block a user