Versions in this module Expand all Collapse all v1 v1.0.0 Oct 18, 2019 Changes in this version + const ApiVersion + type Action struct + CommandName string + Input json.RawMessage + Links []Link + type Client interface + CompleteAction func(Action, Event) error + CreatePack func(Pack) error + GetFlyteHealthCheckURL func() (*url.URL, error) + PostEvent func(Event) error + TakeAction func() (*Action, error) + func NewClient(rootURL *url.URL, timeout time.Duration) Client + func NewInsecureClient(rootURL *url.URL, timeout time.Duration) Client + type Command struct + EventNames []string + Links []Link + Name string + type Event struct + Name string + Payload interface{} + type EventDef struct + Links []Link + Name string + type Link struct + Href *url.URL + Rel string + func (l *Link) UnmarshalJSON(data []byte) error + func (l Link) MarshalJSON() ([]byte, error) + type NotFoundError struct + Message string + func (e NotFoundError) Error() string + type Pack struct + Commands []Command + EventDefs []EventDef + Labels map[string]string + Links []Link + Name string