Documentation ¶ Index ¶ func ConfigInstance() interface{} func GetConfig(connection *plugin.Connection) splunkConfig func Plugin(ctx context.Context) *plugin.Plugin type HTTPError func (he *HTTPError) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ConfigInstance ¶ func ConfigInstance() interface{} func GetConfig ¶ func GetConfig(connection *plugin.Connection) splunkConfig GetConfig :: retrieve and cast connection config from query data func Plugin ¶ func Plugin(ctx context.Context) *plugin.Plugin Types ¶ type HTTPError ¶ type HTTPError struct { Status int Message string Body string } HTTPError is raised when status code is not 2xx func (*HTTPError) Error ¶ func (he *HTTPError) Error() string This allows HTTPError to satisfy the error interface Source Files ¶ View all Source files connection_config.goplugin.gotable_splunk_app.gotable_splunk_index.gotable_splunk_search_job.gotable_splunk_search_job_result.gotable_splunk_token.gotable_splunk_user.goutils.go Click to show internal directories. Click to hide internal directories.