Documentation ¶
Index ¶
- Constants
- Variables
- type Meta
- func (this *Meta) Compare(that interface{}) int
- func (*Meta) Descriptor() ([]byte, []int)
- func (this *Meta) Equal(that interface{}) bool
- func (m *Meta) GetVersion() string
- func (this *Meta) GoString() string
- func (m *Meta) Marshal() (dAtA []byte, err error)
- func (m *Meta) MarshalTo(dAtA []byte) (int, error)
- func (m *Meta) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Meta) ProtoMessage()
- func (m *Meta) Reset()
- func (m *Meta) Size() (n int)
- func (this *Meta) String() string
- func (m *Meta) Unmarshal(dAtA []byte) error
- func (m *Meta) XXX_DiscardUnknown()
- func (m *Meta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Meta) XXX_Merge(src proto.Message)
- func (*Meta) XXX_MessageName() string
- func (m *Meta) XXX_Size() int
- func (m *Meta) XXX_Unmarshal(b []byte) error
- type MockTask
- type ResultChange
- type Task
- type TaskFunc
- type TaskItem
- type TaskMeta
- func (this *TaskMeta) Compare(that interface{}) int
- func (*TaskMeta) Descriptor() ([]byte, []int)
- func (this *TaskMeta) Equal(that interface{}) bool
- func (m *TaskMeta) GetDependencies() []string
- func (m *TaskMeta) GetEnforce() bool
- func (m *TaskMeta) GetName() string
- func (m *TaskMeta) GetPluginMeta() *Meta
- func (m *TaskMeta) GetURL() string
- func (m *TaskMeta) GetVersion() string
- func (this *TaskMeta) GoString() string
- func (m *TaskMeta) Marshal() (dAtA []byte, err error)
- func (m *TaskMeta) MarshalTo(dAtA []byte) (int, error)
- func (m *TaskMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TaskMeta) ProtoMessage()
- func (m *TaskMeta) Reset()
- func (m *TaskMeta) Size() (n int)
- func (this *TaskMeta) String() string
- func (m *TaskMeta) Unmarshal(dAtA []byte) error
- func (m *TaskMeta) XXX_DiscardUnknown()
- func (m *TaskMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TaskMeta) XXX_Merge(src proto.Message)
- func (*TaskMeta) XXX_MessageName() string
- func (m *TaskMeta) XXX_Size() int
- func (m *TaskMeta) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const (
TaskPackageIsVersion1 = true
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedMeta ¶
func (*Meta) Descriptor ¶
func (*Meta) GetVersion ¶
func (*Meta) ProtoMessage ¶
func (*Meta) ProtoMessage()
func (*Meta) XXX_DiscardUnknown ¶
func (m *Meta) XXX_DiscardUnknown()
func (*Meta) XXX_MessageName ¶
func (*Meta) XXX_Unmarshal ¶
type ResultChange ¶
type ResultChange struct{}
type Task ¶
type Task interface { Evaluate(ctx context.Context) (*ResultChange, error) Apply(ctx context.Context) (*ResultChange, error) }
type TaskMeta ¶
type TaskMeta struct { URL string `protobuf:"bytes,1,opt,name=URL,json=uRL,proto3" json:"URL,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` PluginMeta *Meta `protobuf:"bytes,6,opt,name=pluginMeta,proto3" json:"pluginMeta,omitempty"` Enforce bool `protobuf:"varint,4,opt,name=enforce,proto3" json:"enforce,omitempty"` Dependencies []string `protobuf:"bytes,5,rep,name=dependencies,proto3" json:"dependencies,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedTaskMeta ¶
func (*TaskMeta) Descriptor ¶
func (*TaskMeta) GetDependencies ¶
func (*TaskMeta) GetEnforce ¶
func (*TaskMeta) GetPluginMeta ¶
func (*TaskMeta) GetVersion ¶
func (*TaskMeta) MarshalToSizedBuffer ¶
func (*TaskMeta) ProtoMessage ¶
func (*TaskMeta) ProtoMessage()
func (*TaskMeta) XXX_DiscardUnknown ¶
func (m *TaskMeta) XXX_DiscardUnknown()
func (*TaskMeta) XXX_Marshal ¶
func (*TaskMeta) XXX_MessageName ¶
func (*TaskMeta) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.