Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Config returns the config of the client Config() config.Config // ConfigFilePath returns the file path of the config ConfigFilePath() string // SelectTranslation select a translation based on UILanguage SelectTranslation(map[config.Language]string) string // Call http call Call(url string, req *http.Request) ([]byte, error) }
Client defines the interface of an wsctl client
Click to show internal directories.
Click to hide internal directories.