package
Version:
v0.0.0-...-9a93681
Opens a new window with list of versions in this module.
Published: Mar 31, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Init(_baseUrl string, _apiKey string, _client *resty.Client)
type QueriesResponse struct {
Count int `json:"count"`
Page int `json:"page"`
PageSize int `json:"page_size"`
Results []*Query `json:"results"`
}
type Query struct {
Id int `yaml:"id"`
Name string `yaml:"name"`
Tags []string `yaml:"tags,flow"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.