Documentation
¶
Index ¶
- type Error
- type Events
- type KeptnContextExtendedCE
- func (m *KeptnContextExtendedCE) MarshalBinary() ([]byte, error)
- func (m KeptnContextExtendedCE) MarshalJSON() ([]byte, error)
- func (m *KeptnContextExtendedCE) UnmarshalBinary(b []byte) error
- func (m *KeptnContextExtendedCE) UnmarshalJSON(raw []byte) error
- func (m *KeptnContextExtendedCE) Validate(formats strfmt.Registry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// code
Code int64 `json:"code,omitempty"`
// fields
Fields string `json:"fields,omitempty"`
// message
// Required: true
Message *string `json:"message"`
}
Error error swagger:model error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Events ¶
type Events struct {
// events
Events []*KeptnContextExtendedCE `json:"events"`
// Pointer to the next page
NextPageKey string `json:"nextPageKey,omitempty"`
// Size of the returned page
PageSize int64 `json:"pageSize,omitempty"`
// Total number of events
TotalCount int64 `json:"totalCount,omitempty"`
}
Events get events o k body swagger:model GetEventsOKBody
func (*Events) MarshalBinary ¶
MarshalBinary interface implementation
func (*Events) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type KeptnContextExtendedCE ¶
type KeptnContextExtendedCE struct {
// contenttype
Contenttype string `json:"contenttype,omitempty"`
// data
Data interface{} `json:"data,omitempty"`
// extensions
Extensions interface{} `json:"extensions,omitempty"`
// id
// Required: true
ID *string `json:"id"`
// source
// Required: true
Source *string `json:"source"`
// specversion
// Required: true
Specversion *string `json:"specversion"`
// time
// Format: date-time
Time strfmt.DateTime `json:"time,omitempty"`
// type
// Required: true
Type *string `json:"type"`
// shkeptncontext
Shkeptncontext string `json:"shkeptncontext,omitempty"`
}
KeptnContextExtendedCE keptn context extended c e swagger:model KeptnContextExtendedCE
func (*KeptnContextExtendedCE) MarshalBinary ¶
func (m *KeptnContextExtendedCE) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (KeptnContextExtendedCE) MarshalJSON ¶
func (m KeptnContextExtendedCE) MarshalJSON() ([]byte, error)
MarshalJSON marshals this object to a JSON structure
func (*KeptnContextExtendedCE) UnmarshalBinary ¶
func (m *KeptnContextExtendedCE) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
func (*KeptnContextExtendedCE) UnmarshalJSON ¶
func (m *KeptnContextExtendedCE) UnmarshalJSON(raw []byte) error
UnmarshalJSON unmarshals this object from a JSON structure
Click to show internal directories.
Click to hide internal directories.