Documentation ¶
Index ¶
- type Client
- func (client *Client) Close()
- func (client *Client) EventStreams() *event_streams.Client
- func (client *Client) Operations() *operations.Client
- func (client *Client) PersistentSubscriptions() *persistent.Client
- func (client *Client) Projections() *projections.Client
- func (client *Client) UserManagement() *user_management.Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Config *connection.Configuration // contains filtered or unexported fields }
Client ...
func NewClient ¶
func NewClient(configuration *connection.Configuration) (*Client, error)
NewClient ...
func (*Client) EventStreams ¶ added in v0.9.0
func (client *Client) EventStreams() *event_streams.Client
func (*Client) Operations ¶ added in v0.9.2
func (client *Client) Operations() *operations.Client
func (*Client) PersistentSubscriptions ¶ added in v0.9.0
func (client *Client) PersistentSubscriptions() *persistent.Client
func (*Client) Projections ¶ added in v0.9.0
func (client *Client) Projections() *projections.Client
func (*Client) UserManagement ¶ added in v0.9.0
func (client *Client) UserManagement() *user_management.Client
Click to show internal directories.
Click to hide internal directories.