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
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
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
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
Click to show internal directories.
Click to hide internal directories.