Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetSlowLogsOpts ¶
type SlowLogPage ¶
type SlowLogPage struct {
pagination.NewSinglePageBase
}
type SlowlogResult ¶
type SlowlogResult struct {
Time string `json:"time"`
Database string `json:"database"`
QuerySample string `json:"query_sample"`
Type string `json:"type"`
StartTime string `json:"start_time"`
}
func ExtractSlowLogs ¶
func ExtractSlowLogs(r pagination.NewPage) ([]SlowlogResult, error)
func GetSlowLogs ¶
func GetSlowLogs(client *golangsdk.ServiceClient, opts GetSlowLogsOpts) ([]SlowlogResult, error)
Click to show internal directories.
Click to hide internal directories.