cloud_controller

package
v0.0.18 Latest Latest
Warning

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

Go to latest
Published: May 20, 2020 License: Apache-2.0 Imports: 8 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 New

func New(host string, logger *log.Logger, httpClient *http.Client) *Client

func (*Client) Fetch

func (c *Client) Fetch(path string, params url.Values, dest interface{}) error

func (*Client) FetchEvents

func (c *Client) FetchEvents(timeStamp time.Time) ([]Event, error)

func (*Client) FetchLatestTime

func (c *Client) FetchLatestTime() time.Time

type Event

type Event struct {
	Type      string
	Timestamp time.Time
	Metadata  json.RawMessage
}

Jump to

Keyboard shortcuts

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