Documentation ¶
Index ¶
- type Payload
- type Streamer
- func (s Streamer) GetBullseyes(ctx context.Context) ([]*objects.Object, error)
- func (s *Streamer) GetCurrentTime(ctx context.Context) (string, error)
- func (s *Streamer) GetGlobalObject(ctx context.Context) (*objects.Object, error)
- func (s *Streamer) GetMissionName(ctx context.Context) (string, error)
- func (s *Streamer) GetStartTime(ctx context.Context) (string, error)
- func (s *Streamer) Stream(ctx context.Context, updates chan<- Payload, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Streamer ¶
type Streamer struct {
// contains filtered or unexported fields
}
func New ¶
func New( missionServiceClient mission.MissionServiceClient, coalitionServiceClient coalition.CoalitionServiceClient, hookServiceClient hook.HookServiceClient, ) *Streamer
func (Streamer) GetBullseyes ¶
func (*Streamer) GetCurrentTime ¶
func (*Streamer) GetGlobalObject ¶
func (*Streamer) GetMissionName ¶
func (*Streamer) GetStartTime ¶
Click to show internal directories.
Click to hide internal directories.