Documentation ¶
Index ¶
- func GetNodeInfo(NodeID string) (*swarm.Node, error)
- func GetNodeList() (*prizestypes.NodeListStatistics, error)
- func GetServicesFromPubkey(pubkey string, start int64, count int64, full bool) (*[]service.ServiceInfo, error)
- func ServiceCreate(serviceCreate *service.ServiceCreate) (*types.ServiceCreateResponse, error)
- func ServiceInfo(serviceID string) (*service.ServiceInfo, error)
- func ServiceReCheck(ServiceID string) error
- func ServiceRefund(ServiceID string) (*order.RefundPayment, error)
- func ServiceState(serviceID string, startTime time.Time, endTime time.Time) (types.ServiceStatistics, error)
- func ServiceStatement(ServiceID string, statementAt time.Time) (*order.Statement, error)
- func ServiceUpdate(serviceUpdate *service.ServiceUpdate) (*types.ServiceUpdateResponse, error)
- type FindFilters
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNodeList ¶
func GetNodeList() (*prizestypes.NodeListStatistics, error)
func GetServicesFromPubkey ¶
func ServiceCreate ¶
func ServiceCreate(serviceCreate *service.ServiceCreate) (*types.ServiceCreateResponse, error)
ServiceCreate returns response and error
func ServiceInfo ¶
func ServiceInfo(serviceID string) (*service.ServiceInfo, error)
func ServiceReCheck ¶
func ServiceRefund ¶
func ServiceRefund(ServiceID string) (*order.RefundPayment, error)
ServiceRefund returns RefundInfo and error
func ServiceState ¶
func ServiceState(serviceID string, startTime time.Time, endTime time.Time) (types.ServiceStatistics, error)
ServiceState returns ServiceStatistics error
func ServiceStatement ¶
ServiceStatement returns statement and error
func ServiceUpdate ¶
func ServiceUpdate(serviceUpdate *service.ServiceUpdate) (*types.ServiceUpdateResponse, error)
ServiceUpdate returns response and error
Types ¶
type FindFilters ¶
Click to show internal directories.
Click to hide internal directories.