Documentation
¶
Index ¶
- type AppConfigProperties
- type Client
- func (c *Client) Address() string
- func (c *Client) HttpPOST(path string, jsonStr *bytes.Buffer) (*http.Response, error)
- func (c *Client) IngestTokens() *IngestTokens
- func (c *Client) Mutate(mutation interface{}, variables map[string]interface{}) error
- func (c *Client) Parsers() *Parsers
- func (c *Client) Query(query interface{}, variables map[string]interface{}) error
- func (c *Client) Status() (*StatusResponse, error)
- func (c *Client) Token() string
- func (c *Client) Users() *Users
- func (c *Client) Viewer() *Viewer
- type Config
- type IngestToken
- type IngestTokens
- type Parser
- type ParserListItem
- type ParserTestCase
- type Parsers
- func (p *Parsers) Add(reposistoryName string, parser *Parser, force bool) error
- func (p *Parsers) Get(reposistoryName string, parserName string) (*Parser, error)
- func (p *Parsers) List(reposistoryName string) ([]ParserListItem, error)
- func (p *Parsers) Remove(reposistoryName string, parserName string) error
- type StatusResponse
- type User
- type UserChangeSet
- type Users
- type Viewer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfigProperties ¶ added in v0.4.0
func ReadPropertiesFile ¶ added in v0.4.0
func ReadPropertiesFile(filename string) (AppConfigProperties, error)
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) IngestTokens ¶
func (c *Client) IngestTokens() *IngestTokens
func (*Client) Status ¶ added in v0.4.0
func (c *Client) Status() (*StatusResponse, error)
type Config ¶
func DefaultConfig ¶
func DefaultConfig() Config
type IngestToken ¶
type IngestTokens ¶
type IngestTokens struct {
// contains filtered or unexported fields
}
func (*IngestTokens) Add ¶
func (p *IngestTokens) Add(repo string, name string, parserName string) (*IngestToken, error)
func (*IngestTokens) List ¶
func (p *IngestTokens) List(repo string) ([]IngestToken, error)
type ParserListItem ¶
type ParserTestCase ¶
type Parsers ¶
type Parsers struct {
// contains filtered or unexported fields
}
type StatusResponse ¶ added in v0.4.0
type UserChangeSet ¶
Click to show internal directories.
Click to hide internal directories.