Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandFactory ¶
type CommandFactory struct {
// contains filtered or unexported fields
}
func NewCommandFactory ¶
func NewCommandFactory(httpClient *http.HttpClient, releaseClient *openapi.APIClient) *CommandFactory
func (*CommandFactory) InitCommand ¶
func (factory *CommandFactory) InitCommand(commandType command.CommandType) (command.CommandExecutor, error)
type HelloWithLookup ¶
type HelloWithLookup struct {
YourName string `json:"yourName"`
}
func (*HelloWithLookup) FetchResult ¶
type ServerQuery ¶
type ServerQuery struct { ProductId string `json:"productId"` // contains filtered or unexported fields }
func (*ServerQuery) FetchResult ¶
type SetSystemMessage ¶
type SetSystemMessage struct { Message string `json:"message"` // contains filtered or unexported fields }
func (*SetSystemMessage) FetchResult ¶
type TestConnectionCommand ¶
type TestConnectionCommand struct {
// contains filtered or unexported fields
}
func (*TestConnectionCommand) FetchResult ¶
Click to show internal directories.
Click to hide internal directories.