Versions in this module Expand all Collapse all v0 v0.1.13 May 8, 2018 Changes in this version + type CloudEvent struct + CloudEventsVersion *string + ContentType string + Data string + EventID *string + EventTime strfmt.DateTime + EventType *string + EventTypeVersion string + Extensions map[string]interface{} + Namespace *string + SchemaURL string + SourceID *string + SourceType *string + func (m *CloudEvent) MarshalBinary() ([]byte, error) + func (m *CloudEvent) UnmarshalBinary(b []byte) error + func (m *CloudEvent) Validate(formats strfmt.Registry) error type Function + FaasID strfmt.UUID + Kind string + Services []string + type Logs struct + Stderr []string + Stdout []string + func (m *Logs) MarshalBinary() ([]byte, error) + func (m *Logs) UnmarshalBinary(b []byte) error + func (m *Logs) Validate(formats strfmt.Registry) error type Run + Event *CloudEvent + FaasID strfmt.UUID + HTTPContext map[string]interface{} + Services []string + Tags []*Tag v0.1.1 Dec 20, 2017 Changes in this version + type Error struct + Code int64 + FunctionError interface{} + Message *string + UserError interface{} + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type Function struct + Code *string + CreatedTime int64 + ID strfmt.UUID + Image *string + Main *string + ModifiedTime int64 + Name *string + Schema *Schema + Secrets []string + Status Status + Tags FunctionTags + func (m *Function) MarshalBinary() ([]byte, error) + func (m *Function) UnmarshalBinary(b []byte) error + func (m *Function) Validate(formats strfmt.Registry) error + type FunctionTags []*Tag + func (m FunctionTags) Validate(formats strfmt.Registry) error + type GetFunctionRunsOKBody []*Run + func (m GetFunctionRunsOKBody) Validate(formats strfmt.Registry) error + type GetFunctionsOKBody []*Function + func (m GetFunctionsOKBody) Validate(formats strfmt.Registry) error + type GetRunsOKBody []*Run + func (m GetRunsOKBody) Validate(formats strfmt.Registry) error + type Run struct + Blocking bool + ExecutedTime int64 + FinishedTime int64 + FunctionID string + FunctionName string + Input interface{} + Logs []string + Name strfmt.UUID + Output interface{} + Reason []string + Secrets []string + Status Status + func (m *Run) MarshalBinary() ([]byte, error) + func (m *Run) UnmarshalBinary(b []byte) error + func (m *Run) Validate(formats strfmt.Registry) error + type Schema struct + In interface{} + Out interface{} + func (m *Schema) MarshalBinary() ([]byte, error) + func (m *Schema) UnmarshalBinary(b []byte) error + func (m *Schema) Validate(formats strfmt.Registry) error + type Status string + const StatusCREATING + const StatusDELETING + const StatusERROR + const StatusREADY + const StatusUPDATING + func (m Status) Validate(formats strfmt.Registry) error + type Tag struct + Key string + Value string + func (m *Tag) MarshalBinary() ([]byte, error) + func (m *Tag) UnmarshalBinary(b []byte) error + func (m *Tag) Validate(formats strfmt.Registry) error