Documentation
¶
Index ¶
- Variables
- type HerdUnitConfig
- type ShepherdConfig
- func (*ShepherdConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ShepherdConfig) GetIgnore() map[uint64]bool
- func (x *ShepherdConfig) GetInterval() []int32
- func (*ShepherdConfig) ProtoMessage()
- func (x *ShepherdConfig) ProtoReflect() protoreflect.Message
- func (x *ShepherdConfig) Reset()
- func (x *ShepherdConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_herd_proto protoreflect.FileDescriptor
View Source
var File_shepherd_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HerdUnitConfig ¶
type HerdUnitConfig struct {
// Must be 127 or less bytes.
Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
// contains filtered or unexported fields
}
func (*HerdUnitConfig) Descriptor
deprecated
func (*HerdUnitConfig) Descriptor() ([]byte, []int)
Deprecated: Use HerdUnitConfig.ProtoReflect.Descriptor instead.
func (*HerdUnitConfig) GetTag ¶
func (x *HerdUnitConfig) GetTag() string
func (*HerdUnitConfig) ProtoMessage ¶
func (*HerdUnitConfig) ProtoMessage()
func (*HerdUnitConfig) ProtoReflect ¶
func (x *HerdUnitConfig) ProtoReflect() protoreflect.Message
func (*HerdUnitConfig) Reset ¶
func (x *HerdUnitConfig) Reset()
func (*HerdUnitConfig) String ¶
func (x *HerdUnitConfig) String() string
type ShepherdConfig ¶
type ShepherdConfig struct {
// Ignore is a set of Keys to ignore.
// Must not be nil.
Ignore map[uint64]bool `` /* 142-byte string literal not displayed */
// Controls what candle producers get spawned. Duplicates are not checked.
// Must be within [0, 2047] and ascending.
Interval []int32 `protobuf:"fixed32,2,rep,packed,name=interval,proto3" json:"interval,omitempty"`
// contains filtered or unexported fields
}
func (*ShepherdConfig) Descriptor
deprecated
func (*ShepherdConfig) Descriptor() ([]byte, []int)
Deprecated: Use ShepherdConfig.ProtoReflect.Descriptor instead.
func (*ShepherdConfig) GetIgnore ¶
func (x *ShepherdConfig) GetIgnore() map[uint64]bool
func (*ShepherdConfig) GetInterval ¶
func (x *ShepherdConfig) GetInterval() []int32
func (*ShepherdConfig) ProtoMessage ¶
func (*ShepherdConfig) ProtoMessage()
func (*ShepherdConfig) ProtoReflect ¶
func (x *ShepherdConfig) ProtoReflect() protoreflect.Message
func (*ShepherdConfig) Reset ¶
func (x *ShepherdConfig) Reset()
func (*ShepherdConfig) String ¶
func (x *ShepherdConfig) String() string
Click to show internal directories.
Click to hide internal directories.