Documentation ¶
Index ¶
- func CheckBuildKit()
- type Handler
- func (h *Handler) Add(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Connect(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Delete(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Delpoy(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Down(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Info(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Init(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Link(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) Logs(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) OSVariablesSet(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) OpenApp(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) Unlink(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) Variables(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) VariablesDelete(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) VariablesGet(ctx context.Context, req *entity.CommandRequest) error
- func (h *Handler) VariablesSet(ctx context.Context, req *entity.CommandRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckBuildKit ¶ added in v0.1.4
func CheckBuildKit()
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) OSVariablesSet ¶
func (*Handler) VariablesDelete ¶
func (*Handler) VariablesGet ¶
func (*Handler) VariablesSet ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.