types

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 2 Imported by: 0

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

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

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

type Responser

type Responser interface {
	Write(io.Writer, io.ReadCloser) error
}

Jump to

Keyboard shortcuts

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