Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
func (*Operation) Info ¶
func (self *Operation) Info(id int64) (*OperationInfo, error)
Get operation information
func (*Operation) List ¶
func (self *Operation) List() ([]*OperationInfo, error)
List operations created by this contact
type OperationDetails ¶
type OperationDetails struct { Id string Label string ProductAction string ProductName string ProductType string Quantity int64 }
func ToOperationDetails ¶
func ToOperationDetails(res map[string]interface{}) *OperationDetails
type OperationInfo ¶
type OperationInfo struct { DateCreated time.Time DateStart time.Time DateUpdated time.Time Eta string Id int64 LastError string SessionId int64 Source string Step string Type string Params map[string]interface{} OperationDetails *OperationDetails }
func ToOperationInfo ¶
func ToOperationInfo(res map[string]interface{}) *OperationInfo
Click to show internal directories.
Click to hide internal directories.