Documentation
¶
Index ¶
- func Max(x, y int) int
- func Min(x, y int) int
- type Handler
- func (h *Handler) Add(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Build(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) CheckVersion(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Disconnect(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Docs(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Env(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Environment(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Init(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) List(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Login(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Logout(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Open(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Panic(ctx context.Context, panicErr string, stacktrace string, cmd string, ...) error
- func (h *Handler) Run(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Status(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Up(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Version(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Whoami(ctx context.Context, req *entity.CommandRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) CheckVersion ¶
func (*Handler) Disconnect ¶ added in v0.1.26
func (*Handler) Environment ¶
Click to show internal directories.
Click to hide internal directories.