Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ProduceEventsResponseStatusOK captures enum value "OK" ProduceEventsResponseStatusOK string = "OK" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// code
// Required: true
Code *int64 `json:"code"`
// message
// Required: true
Message *string `json:"message"`
}
Error Error message
swagger:model Error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type ProduceEventsPayload ¶
type ProduceEventsPayload struct {
// Non-serialized JSONs event, \n separated
// Required: true
Payload *string `json:"payload"`
}
ProduceEventsPayload produce events payload
swagger:model ProduceEventsPayload
func (*ProduceEventsPayload) MarshalBinary ¶
func (m *ProduceEventsPayload) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ProduceEventsPayload) UnmarshalBinary ¶
func (m *ProduceEventsPayload) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ProduceEventsResponse ¶
type ProduceEventsResponse struct {
// status
// Enum: [OK]
Status string `json:"status,omitempty"`
}
ProduceEventsResponse produce events response
swagger:model ProduceEventsResponse
func (*ProduceEventsResponse) MarshalBinary ¶
func (m *ProduceEventsResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ProduceEventsResponse) UnmarshalBinary ¶
func (m *ProduceEventsResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.