Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Type string Name string ProviderParameter DSN string *sqlprovider.Provider }
func NewProvider ¶
func NewProvider(pp *provider.ProviderParameter) (*Provider, error)
type ProviderParameter ¶
type Query ¶
type Query struct { Provder *Provider Parameter QueryParamter *sqlprovider.Query }
type QueryParamter ¶
type QueryParamter struct { StartTime hcl.Expression `hcl:"start_time,optional"` EndTime hcl.Expression `hcl:"end_time,optional"` Limit *int32 `hcl:"limit,optional"` LogGroupNames hcl.Expression `hcl:"log_group_names,optional"` Remain hcl.Body `hcl:",remain"` }
Click to show internal directories.
Click to hide internal directories.