Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Channel ¶
type Channel struct {
CH chan interface{}
// contains filtered or unexported fields
}
Channel struct
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner struct
func GetAsyncRunner ¶
GetAsyncRunner func executes the given func on the specified interval
func (*Runner) StartAsync ¶
func (r *Runner) StartAsync()
type SafeBool ¶
type SafeBool struct {
// contains filtered or unexported fields
}
SafeBool is safe to use in concurrently.
type Store ¶
type Store struct {
Name string
// contains filtered or unexported fields
}
Store struct
func (*Store) IsAvailable ¶
IsAvailable returns the availability
Click to show internal directories.
Click to hide internal directories.