Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
func NewAddress ¶
func NewAddress(opts *AddressOptions) (res *Address)
func NewAddressFromString ¶
type AddressOptions ¶
type StreamMessageTaskData ¶
type TaskMessage ¶
type TaskMessage struct {
Id primitive.ObjectID `json:"id"`
Key string `json:"key"`
Cmd string `json:"cmd"`
Param string `json:"param"`
}
func (*TaskMessage) ToString ¶
func (m *TaskMessage) ToString() (string, error)
type TaskRunOptions ¶
type TaskRunOptions struct {
}
Click to show internal directories.
Click to hide internal directories.