Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveQueryAndArgsFromSQLString ¶ added in v1.0.0
func ResolveQueryAndArgsFromSQLString(sqlString string) (*modconfig.ResolvedQuery, error)
ResolveQueryAndArgsFromSQLString attempts to resolve 'arg' to a query and query args
Types ¶
type InitData ¶
type InitData struct {
initialisation.InitData
StartTime time.Time
Loaded chan struct{}
// map of query name to resolved query (key is the query text for command line queries)
Queries []*modconfig.ResolvedQuery
// contains filtered or unexported fields
}
func NewInitData ¶
NewInitData returns a new InitData object It also starts an asynchronous population of the object InitData.Done closes after asynchronous initialization completes
Click to show internal directories.
Click to hide internal directories.