models

package
v0.0.0-...-e0434a4 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchResolutionResponseType

type BatchResolutionResponseType struct {

	// next from
	NextFrom string `json:"nextFrom,omitempty"`

	// next to
	NextTo string `json:"nextTo,omitempty"`

	// page details
	PageDetails *PageDetails `json:"pageDetails,omitempty"`

	// results
	Results []*ResolutionResponseType `json:"results"`
}

BatchResolutionResponseType batch resolution response type swagger:model BatchResolutionResponseType

func (*BatchResolutionResponseType) MarshalBinary

func (m *BatchResolutionResponseType) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BatchResolutionResponseType) UnmarshalBinary

func (m *BatchResolutionResponseType) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BatchResolutionResponseType) Validate

func (m *BatchResolutionResponseType) Validate(formats strfmt.Registry) error

Validate validates this batch resolution response type

type ErrorResponse

type ErrorResponse struct {

	// description
	Description string `json:"description,omitempty"`

	// error
	Error string `json:"error,omitempty"`

	// status
	Status int32 `json:"status,omitempty"`

	// timestamp
	// Format: date-time
	Timestamp strfmt.DateTime `json:"timestamp,omitempty"`
}

ErrorResponse error response swagger:model ErrorResponse

func (*ErrorResponse) MarshalBinary

func (m *ErrorResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ErrorResponse) UnmarshalBinary

func (m *ErrorResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ErrorResponse) Validate

func (m *ErrorResponse) Validate(formats strfmt.Registry) error

Validate validates this error response

type PageDetails

type PageDetails struct {

	// page
	Page int32 `json:"page,omitempty"`

	// page count
	PageCount int32 `json:"pageCount,omitempty"`

	// total
	Total int32 `json:"total,omitempty"`
}

PageDetails page details swagger:model PageDetails

func (*PageDetails) MarshalBinary

func (m *PageDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PageDetails) UnmarshalBinary

func (m *PageDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PageDetails) Validate

func (m *PageDetails) Validate(formats strfmt.Registry) error

Validate validates this page details

type ResolutionResponseType

type ResolutionResponseType struct {

	// label
	Label string `json:"label,omitempty"`

	// release groups
	ReleaseGroups map[string]map[string]interface{} `json:"releaseGroups,omitempty"`

	// service
	Service string `json:"service,omitempty"`
}

ResolutionResponseType resolution response type swagger:model ResolutionResponseType

func (*ResolutionResponseType) MarshalBinary

func (m *ResolutionResponseType) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ResolutionResponseType) UnmarshalBinary

func (m *ResolutionResponseType) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ResolutionResponseType) Validate

func (m *ResolutionResponseType) Validate(formats strfmt.Registry) error

Validate validates this resolution response type

Jump to

Keyboard shortcuts

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