Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HistoryInterface ¶
type HistoryInterface interface { AddHistory(ctx context.Context, user string, h util.Headers, dat map[string]interface{}) (resp *api.BKAPIRsp, err error) GetHistorys(ctx context.Context, user string, start string, limit string, h util.Headers) (resp *api.BKAPIRsp, err error) }
func NewHistoryInterface ¶
func NewHistoryInterface(client rest.ClientInterface) HistoryInterface
Click to show internal directories.
Click to hide internal directories.