Documentation ¶ Index ¶ Constants type RdsClient func (r RdsClient) InstanceName(instanceId string) string func (r *RdsClient) NewClient(regionId, accessKeyId, accessKeySecret string) error func (r RdsClient) SlowSql(instanceId string) (send.Records, error) Constants ¶ View Source const TimeFormat = "2006-01-02T15:04Z" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type RdsClient ¶ type RdsClient struct { // contains filtered or unexported fields } func (RdsClient) InstanceName ¶ func (r RdsClient) InstanceName(instanceId string) string func (*RdsClient) NewClient ¶ func (r *RdsClient) NewClient(regionId, accessKeyId, accessKeySecret string) error func (RdsClient) SlowSql ¶ func (r RdsClient) SlowSql(instanceId string) (send.Records, error) Source Files ¶ View all Source files rds.go Click to show internal directories. Click to hide internal directories.