Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SampleController ¶
type SampleController struct {
// contains filtered or unexported fields
}
func New ¶
func New(id int, user user.User, status chan<- control.UserStatus) *SampleController
func (*SampleController) Run ¶
func (c *SampleController) Run()
func (*SampleController) SetRate ¶
func (c *SampleController) SetRate(rate float64) error
func (*SampleController) Stop ¶
func (c *SampleController) Stop()
Click to show internal directories.
Click to hide internal directories.