Documentation ¶
Index ¶
- type Member
- type Publisher
- type Steam
- func (s *Steam) AddMember(uid int64, done func() <-chan struct{}, w http.ResponseWriter) (member *Member, err error)
- func (s *Steam) IsPushing(uid int64) bool
- func (s *Steam) IsRunning(uid int64) bool
- func (s *Steam) NewPublisher(uid int64)
- func (s *Steam) Offset(uid int64) (offset int64)
- func (s *Steam) Push(read io.ReadCloser, uid int64) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
func (*Publisher) MeetingOver ¶
func (p *Publisher) MeetingOver()
Click to show internal directories.
Click to hide internal directories.