Documentation ¶
Index ¶
- func AddColor(text string, textColor color.Attribute) string
- func CallHttpMethod(method string, url string, headers map[string]string, body io.Reader, ...) (res *http.Response, err error)
- func CreateHttpClient(disableSecurityCheck bool) *http.Client
- func ExecuteCurl(apiUrl string, accessToken string, path string) ([]map[string]interface{}, error)
- func GetAccessToken(loginUrl string, refreshToken string, grantType string) (string, error)
- func Initialize()
- type Configuration
- type EventCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallHttpMethod ¶
func CreateHttpClient ¶
func ExecuteCurl ¶
func GetAccessToken ¶
func Initialize ¶
func Initialize()
Types ¶
type Configuration ¶
func GetConfiguration ¶
func GetConfiguration() Configuration
type EventCommand ¶
type EventCommand struct {
// contains filtered or unexported fields
}
func NewEventsCommand ¶
func NewEventsCommand(cliConnection plugin.CliConnection) *EventCommand
func (*EventCommand) ListEvents ¶
func (c *EventCommand) ListEvents(cliConnection plugin.CliConnection, noInstanceNames bool, action string)
Click to show internal directories.
Click to hide internal directories.