Documentation ¶
Index ¶
Constants ¶
View Source
const ( StepInterval = 1 // отправка каждую 1 секунду ChangeInterval = 3 // смена одной из картинок каждые 3 секунды GivenArtsLen = 4 // 4 картинки меняются по кругу (каждые ChangeInterval меняет одну картинку) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bifröst ¶
type Bifröst struct {
// contains filtered or unexported fields
}
func NewBifröst ¶
func NewBifröst(red *redis.Client) *Bifröst
func (*Bifröst) ListenPrivateOdinRequests ¶
type Giving ¶
type Giving struct {
// contains filtered or unexported fields
}
func (*Giving) StartGiving ¶
type Keyhole ¶
type Keyhole struct {
// contains filtered or unexported fields
}
Keyhole - замочная скважина (http-ручка) Через эту замочную скважину другая внешняя система может получать кадры с веб-камеры Веб-камеру единолично занимает Asgard, поэтому он и выставляет эту ручку
func NewKeyhole ¶
Click to show internal directories.
Click to hide internal directories.