events

package
v1.0.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(configuration *configuration.Configuration, apiClient client.HttpClient) *Client

func (*Client) RetrieveAllEventTypes added in v1.0.0

func (c *Client) RetrieveAllEventTypes(version ...string) (*EventTypesResponse, error)

type EventTypes added in v1.0.0

type EventTypes struct {
	Version    string   `json:"version"`
	EventTypes []string `json:"event_types"`
}

type EventTypesResponse added in v1.0.0

type EventTypesResponse struct {
	HttpResponse common.HttpMetadata
	EventTypes   []EventTypes
}

func (*EventTypesResponse) UnmarshalJSON added in v1.0.0

func (e *EventTypesResponse) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL