Versions in this module Expand all Collapse all v0 v0.3.3 Nov 21, 2018 v0.3.2 Oct 31, 2018 v0.3.1 Oct 17, 2018 v0.3.0 Oct 12, 2018 Changes in this version + var ErrIntOverflowWorker = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthWorker = fmt.Errorf("proto: negative length found during unmarshaling") + type GCPolicy struct + All bool + Filters []string + KeepBytes int64 + KeepDuration int64 + func (*GCPolicy) Descriptor() ([]byte, []int) + func (*GCPolicy) ProtoMessage() + func (m *GCPolicy) GetAll() bool + func (m *GCPolicy) GetFilters() []string + func (m *GCPolicy) GetKeepBytes() int64 + func (m *GCPolicy) GetKeepDuration() int64 + func (m *GCPolicy) Marshal() (dAtA []byte, err error) + func (m *GCPolicy) MarshalTo(dAtA []byte) (int, error) + func (m *GCPolicy) Reset() + func (m *GCPolicy) Size() (n int) + func (m *GCPolicy) String() string + func (m *GCPolicy) Unmarshal(dAtA []byte) error + type WorkerRecord struct + GCPolicy []*GCPolicy + ID string + Labels map[string]string + Platforms []pb.Platform + func (*WorkerRecord) Descriptor() ([]byte, []int) + func (*WorkerRecord) ProtoMessage() + func (m *WorkerRecord) GetGCPolicy() []*GCPolicy + func (m *WorkerRecord) GetID() string + func (m *WorkerRecord) GetLabels() map[string]string + func (m *WorkerRecord) GetPlatforms() []pb.Platform + func (m *WorkerRecord) Marshal() (dAtA []byte, err error) + func (m *WorkerRecord) MarshalTo(dAtA []byte) (int, error) + func (m *WorkerRecord) Reset() + func (m *WorkerRecord) Size() (n int) + func (m *WorkerRecord) String() string + func (m *WorkerRecord) Unmarshal(dAtA []byte) error