Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SampleInfos ¶ added in v0.6.0
type Sampler ¶
type Sampler struct { SlotCurve SlotCurve // contains filtered or unexported fields }
func NewSampler ¶
func NewSampler( instanceID string, dbService SamplerDBService, ) *Sampler
func (Sampler) GetSamplerInfos ¶ added in v0.6.0
func (s Sampler) GetSamplerInfos() SampleInfos
func (Sampler) HasAvailableFreeSlots ¶
func (*Sampler) InitFromSampleCSV ¶
func (*Sampler) LoadSlotCurveFromDB ¶
func (s *Sampler) LoadSlotCurveFromDB()
func (Sampler) NeedsRefresh ¶
func (Sampler) SaveSlotCurveToDB ¶
func (s Sampler) SaveSlotCurveToDB()
type SamplerDBService ¶
Click to show internal directories.
Click to hide internal directories.