Documentation ¶
Index ¶
- Constants
- type CtrHandler
- type Handler
- func (h *Handler) Get(ctx context.Context, name string) (lib_model.CoreService, error)
- func (h *Handler) GetCtrHandler(name string) (*CtrHandler, error)
- func (h *Handler) Init(composePath string) error
- func (h *Handler) List(ctx context.Context) (map[string]lib_model.CoreService, error)
- func (h *Handler) Restart(ctx context.Context, name string) error
Constants ¶
View Source
const ( CoreIDLabel = "mgw_cid" CoreSrvLabel = "core_srv" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CtrHandler ¶ added in v0.15.0
type CtrHandler struct {
// contains filtered or unexported fields
}
func (*CtrHandler) Info ¶ added in v0.15.0
func (h *CtrHandler) Info(ctx context.Context) (lib_model.SrvContainer, error)
Click to show internal directories.
Click to hide internal directories.