Documentation
¶
Overview ¶
Types to be shared over the module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskSettings ¶
type TaskSettings struct {
Users []int64 `bson:"users"`
Url string `bson:"url"`
CurrentTextTemplate string `bson:"current_text"`
}
TaskSettings settings for the task.
Click to show internal directories.
Click to hide internal directories.