Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + type Binary struct + func (s *Binary) GetClass() string + func (s *Binary) GetID() nuclio.ID + func (s *Binary) GetKind() string + func (s *Binary) GetLastInBatch() bool + func (s *Binary) GetName() string + func (s *Binary) GetOffset() int + func (s *Binary) GetTimestamp() time.Time + func (s *Binary) GetType() string + func (s *Binary) GetTypeVersion() string + func (s *Binary) GetVersion() string + func (s *Binary) SetEvent(event nuclio.Event) error + func (we *Binary) GetBody() []byte + func (we *Binary) GetBodyObject() interface{} + func (we *Binary) GetContentType() string + func (we *Binary) GetField(key string) interface{} + func (we *Binary) GetFieldByteSlice(key string) []byte + func (we *Binary) GetFieldInt(key string) (int, error) + func (we *Binary) GetFieldString(key string) string + func (we *Binary) GetFields() map[string]interface{} + func (we *Binary) GetHeader(key string) interface{} + func (we *Binary) GetHeaderByteSlice(key string) []byte + func (we *Binary) GetHeaderInt(key string) (int, error) + func (we *Binary) GetHeaderString(key string) string + func (we *Binary) GetHeaders() map[string]interface{} + func (we *Binary) GetMethod() string + func (we *Binary) GetPath() string + func (we *Binary) GetShardID() int + func (we *Binary) GetTopic() string + func (we *Binary) GetTotalNumShards() int + func (we *Binary) GetTriggerInfo() nuclio.TriggerInfoProvider + func (we *Binary) GetURL() string + func (we *Binary) SetID(id nuclio.ID) + func (we *Binary) SetTriggerInfoProvider(triggerInfoProvider nuclio.TriggerInfoProvider) + type Structured struct + func (s *Structured) GetBody() []byte + func (s *Structured) GetBodyObject() interface{} + func (s *Structured) GetClass() string + func (s *Structured) GetContentType() string + func (s *Structured) GetHeaders() map[string]interface{} + func (s *Structured) GetID() nuclio.ID + func (s *Structured) GetKind() string + func (s *Structured) GetLastInBatch() bool + func (s *Structured) GetName() string + func (s *Structured) GetOffset() int + func (s *Structured) GetTimestamp() time.Time + func (s *Structured) GetType() string + func (s *Structured) GetTypeVersion() string + func (s *Structured) GetVersion() string + func (s *Structured) SetEvent(event nuclio.Event) error + func (we *Structured) GetField(key string) interface{} + func (we *Structured) GetFieldByteSlice(key string) []byte + func (we *Structured) GetFieldInt(key string) (int, error) + func (we *Structured) GetFieldString(key string) string + func (we *Structured) GetFields() map[string]interface{} + func (we *Structured) GetHeader(key string) interface{} + func (we *Structured) GetHeaderByteSlice(key string) []byte + func (we *Structured) GetHeaderInt(key string) (int, error) + func (we *Structured) GetHeaderString(key string) string + func (we *Structured) GetMethod() string + func (we *Structured) GetPath() string + func (we *Structured) GetShardID() int + func (we *Structured) GetTopic() string + func (we *Structured) GetTotalNumShards() int + func (we *Structured) GetTriggerInfo() nuclio.TriggerInfoProvider + func (we *Structured) GetURL() string + func (we *Structured) SetID(id nuclio.ID) + func (we *Structured) SetTriggerInfoProvider(triggerInfoProvider nuclio.TriggerInfoProvider)