Versions in this module Expand all Collapse all v0 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