Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateAsset(asset et.Asset, token uuid.UUID) error
- func (c *Client) CreateSession(config *config.Config) (uuid.UUID, error)
- func (c *Client) Query(query string) (string, error)
- func (c *Client) SessionStats(token uuid.UUID) (*et.SessionStats, error)
- func (c *Client) Subscribe(token uuid.UUID) (<-chan string, error)
- func (c *Client) TerminateSession(token uuid.UUID)
- type Handler
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) CreateSession ¶
Create a session by sending the config elements as graphql named fields TODO: Not Implemented. The transfromations use "->" in the config YAML, but that is not a valid field name in GraphQL
func (*Client) SessionStats ¶
func (*Client) TerminateSession ¶
Click to show internal directories.
Click to hide internal directories.