execution

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var E_ExcludeFromIndex = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         50000,
	Name:          "exclude_from_index",
	Tag:           "varint,50000,opt,name=exclude_from_index",
	Filename:      "execution.proto",
}

Functions

This section is empty.

Types

type Action

type Action struct {
	Name                 string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Parameters           *_struct.Struct `protobuf:"bytes,2,opt,name=parameters,proto3" json:"parameters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Action) Descriptor

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

func (*Action) GetName

func (m *Action) GetName() string

func (*Action) GetParameters

func (m *Action) GetParameters() *_struct.Struct

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) Reset

func (m *Action) Reset()

func (*Action) String

func (m *Action) String() string

func (*Action) XXX_DiscardUnknown

func (m *Action) XXX_DiscardUnknown()

func (*Action) XXX_Marshal

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

func (*Action) XXX_Merge

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

func (*Action) XXX_Size

func (m *Action) XXX_Size() int

func (*Action) XXX_Unmarshal

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

type Execution

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

func (*Execution) Descriptor

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

func (*Execution) GetAction

func (m *Execution) GetAction() *Action

func (*Execution) GetName

func (m *Execution) GetName() string

func (*Execution) ProtoMessage

func (*Execution) ProtoMessage()

func (*Execution) Reset

func (m *Execution) Reset()

func (*Execution) String

func (m *Execution) String() string

func (*Execution) XXX_DiscardUnknown

func (m *Execution) XXX_DiscardUnknown()

func (*Execution) XXX_Marshal

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

func (*Execution) XXX_Merge

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

func (*Execution) XXX_Size

func (m *Execution) XXX_Size() int

func (*Execution) XXX_Unmarshal

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

type ExecutionRequest

type ExecutionRequest struct {
	Uuid                 string               `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Action               string               `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	StartedOn            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=started_on,json=startedOn,proto3" json:"started_on,omitempty"`
	Parameters           *_struct.Struct      `protobuf:"bytes,4,opt,name=parameters,proto3" json:"parameters,omitempty"`
	Result               []byte               `protobuf:"bytes,5,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ExecutionRequest) Descriptor

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

func (*ExecutionRequest) GetAction

func (m *ExecutionRequest) GetAction() string

func (*ExecutionRequest) GetParameters

func (m *ExecutionRequest) GetParameters() *_struct.Struct

func (*ExecutionRequest) GetResult

func (m *ExecutionRequest) GetResult() []byte

func (*ExecutionRequest) GetStartedOn

func (m *ExecutionRequest) GetStartedOn() *timestamp.Timestamp

func (*ExecutionRequest) GetUuid

func (m *ExecutionRequest) GetUuid() string

func (*ExecutionRequest) ProtoMessage

func (*ExecutionRequest) ProtoMessage()

func (*ExecutionRequest) Reset

func (m *ExecutionRequest) Reset()

func (*ExecutionRequest) String

func (m *ExecutionRequest) String() string

func (*ExecutionRequest) XXX_DiscardUnknown

func (m *ExecutionRequest) XXX_DiscardUnknown()

func (*ExecutionRequest) XXX_Marshal

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

func (*ExecutionRequest) XXX_Merge

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

func (*ExecutionRequest) XXX_Size

func (m *ExecutionRequest) XXX_Size() int

func (*ExecutionRequest) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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