Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
// GetOperation
//
// Gets the operation of a previous long running call.
GetOperation(request *GetOperationRequest, opts ...option.Option) (*OperationResponse, error)
// ListOperations
//
// Lists operations that match the specified filter in the request.
ListOperations(request *ListOperationsRequest, opts ...option.Option) (*ListOperationsResponse, error)
// Done
//
// When the data of a day is imported completely,
// you should notify bytedance through `done` method,
// then bytedance will start handling the data in this day
// @param dateList, optional, if dataList is empty, indicate target date is previous day
Done(dateList []time.Time, topic string, opts ...option.Option) (*DoneResponse, error)
}
Click to show internal directories.
Click to hide internal directories.