Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LiveMatches ¶
type LiveMatches struct {
// contains filtered or unexported fields
}
func NewLiveMatchesSubscriber ¶
func NewLiveMatchesSubscriber(bus *nsbus.Bus) *LiveMatches
func (*LiveMatches) Batches ¶
func (s *LiveMatches) Batches(batchSize int) []nscol.LiveMatches
func (*LiveMatches) Get ¶
func (s *LiveMatches) Get() nscol.LiveMatches
func (*LiveMatches) Len ¶
func (s *LiveMatches) Len() int
func (*LiveMatches) Set ¶
func (s *LiveMatches) Set(liveMatches nscol.LiveMatches)
func (*LiveMatches) Start ¶
func (s *LiveMatches) Start(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.