Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseBodyStreamAuxMessage ¶
type ResponseBodyStreamAuxMessage struct { // ID is response body stream aux's id ID string `json:"ID"` }
BuildResponseBodyStreamAuxMessage contains the ImageBuild's aux data from buildResponse
func (*ResponseBodyStreamAuxMessage) String ¶
func (m *ResponseBodyStreamAuxMessage) String() string
String return BuildResponseBodyStreamAuxMessage object as string
type ResponseBodyStreamErrorDetailMessage ¶
type ResponseBodyStreamErrorDetailMessage struct { // ID is response body stream aux's id Message string `json:"message"` }
BuildResponseBodyStreamAuxMessage contains the ImageBuild's aux data from buildResponse
func (*ResponseBodyStreamErrorDetailMessage) String ¶
func (m *ResponseBodyStreamErrorDetailMessage) String() string
String return BuildResponseBodyStreamAuxMessage object as string
type ResponseBodyStreamMessage ¶
type ResponseBodyStreamMessage struct { // Status represents the status value on response body stream message Status string `json:"status"` // Stream represents the stream value on response body stream message Stream string `json:"stream"` ErrorDetail *ResponseBodyStreamErrorDetailMessage `json:"errorDetail"` // Aux represents the aux value on response body stream message Aux *ResponseBodyStreamAuxMessage `json:"aux"` }
ResponseBodyStreamMessage contains the ImageBuild's body data from buildResponse
func (*ResponseBodyStreamMessage) String ¶
func (m *ResponseBodyStreamMessage) String() string
String return ResponseBodyStreamMessage object as string
Click to show internal directories.
Click to hide internal directories.