Documentation
¶
Index ¶
- 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) 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) OSVariablesSet(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) 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 ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) OSVariablesSet ¶
func (*Handler) VariablesDelete ¶
func (*Handler) VariablesGet ¶
func (*Handler) VariablesSet ¶
Click to show internal directories.
Click to hide internal directories.