protobufs

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvironmentVariable

type EnvironmentVariable struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EnvironmentVariable) Descriptor

func (*EnvironmentVariable) Descriptor() ([]byte, []int)

func (*EnvironmentVariable) GetName

func (m *EnvironmentVariable) GetName() string

func (*EnvironmentVariable) GetValue

func (m *EnvironmentVariable) GetValue() string

func (*EnvironmentVariable) ProtoMessage

func (*EnvironmentVariable) ProtoMessage()

func (*EnvironmentVariable) Reset

func (m *EnvironmentVariable) Reset()

func (*EnvironmentVariable) String

func (m *EnvironmentVariable) String() string

func (*EnvironmentVariable) XXX_DiscardUnknown

func (m *EnvironmentVariable) XXX_DiscardUnknown()

func (*EnvironmentVariable) XXX_Marshal

func (m *EnvironmentVariable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnvironmentVariable) XXX_Merge

func (m *EnvironmentVariable) XXX_Merge(src proto.Message)

func (*EnvironmentVariable) XXX_Size

func (m *EnvironmentVariable) XXX_Size() int

func (*EnvironmentVariable) XXX_Unmarshal

func (m *EnvironmentVariable) XXX_Unmarshal(b []byte) error

type Event

type Event struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Event) Descriptor

func (*Event) Descriptor() ([]byte, []int)

func (*Event) GetData

func (m *Event) GetData() []byte

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) String

func (m *Event) String() string

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Event) XXX_Merge

func (m *Event) XXX_Merge(src proto.Message)

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

func (m *Event) XXX_Unmarshal(b []byte) error

type ExecutionContext

type ExecutionContext struct {
	StopTime             *timestamp.Timestamp   `protobuf:"bytes,1,opt,name=stopTime,proto3" json:"stopTime,omitempty"`
	EnvVars              []*EnvironmentVariable `protobuf:"bytes,2,rep,name=envVars,proto3" json:"envVars,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ExecutionContext) Descriptor

func (*ExecutionContext) Descriptor() ([]byte, []int)

func (*ExecutionContext) GetEnvVars

func (m *ExecutionContext) GetEnvVars() []*EnvironmentVariable

func (*ExecutionContext) GetStopTime

func (m *ExecutionContext) GetStopTime() *timestamp.Timestamp

func (*ExecutionContext) ProtoMessage

func (*ExecutionContext) ProtoMessage()

func (*ExecutionContext) Reset

func (m *ExecutionContext) Reset()

func (*ExecutionContext) String

func (m *ExecutionContext) String() string

func (*ExecutionContext) XXX_DiscardUnknown

func (m *ExecutionContext) XXX_DiscardUnknown()

func (*ExecutionContext) XXX_Marshal

func (m *ExecutionContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecutionContext) XXX_Merge

func (m *ExecutionContext) XXX_Merge(src proto.Message)

func (*ExecutionContext) XXX_Size

func (m *ExecutionContext) XXX_Size() int

func (*ExecutionContext) XXX_Unmarshal

func (m *ExecutionContext) XXX_Unmarshal(b []byte) error

type Result

type Result struct {
	EnvVars              []*EnvironmentVariable `protobuf:"bytes,1,rep,name=envVars,proto3" json:"envVars,omitempty"`
	Data                 []byte                 `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Status               int32                  `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Result) Descriptor

func (*Result) Descriptor() ([]byte, []int)

func (*Result) GetData

func (m *Result) GetData() []byte

func (*Result) GetEnvVars

func (m *Result) GetEnvVars() []*EnvironmentVariable

func (*Result) GetStatus

func (m *Result) GetStatus() int32

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) Reset

func (m *Result) Reset()

func (*Result) String

func (m *Result) String() string

func (*Result) XXX_DiscardUnknown

func (m *Result) XXX_DiscardUnknown()

func (*Result) XXX_Marshal

func (m *Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Result) XXX_Merge

func (m *Result) XXX_Merge(src proto.Message)

func (*Result) XXX_Size

func (m *Result) XXX_Size() int

func (*Result) XXX_Unmarshal

func (m *Result) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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