Documentation
¶
Index ¶
- 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) Token() string
- func (c *Client) Users() *Users
- 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 User
- type UserChangeSet
- type Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) IngestTokens ¶
func (c *Client) IngestTokens() *IngestTokens
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 UserChangeSet ¶
type UserChangeSet struct {
IsRoot *bool
}
Click to show internal directories.
Click to hide internal directories.