Documentation ¶
Index ¶
- func DialOptionsFromConfig(cfg *stellar.Config) ([]grpc.DialOption, error)
- type Client
- func (c *Client) Application() *application
- func (c *Client) Close() error
- func (c *Client) Cluster() *cluster
- func (c *Client) ClusterService() clusterapi.ClusterClient
- func (c *Client) Datastore() *datastore
- func (c *Client) DatastoreService() datastoreapi.DatastoreClient
- func (c *Client) Events() *events
- func (c *Client) EventsService() eventsapi.EventsClient
- func (c *Client) Health() *health
- func (c *Client) HealthService() healthapi.HealthClient
- func (c *Client) Nameserver() *nameserver
- func (c *Client) NameserverService() nameserverapi.NameserverClient
- func (c *Client) Network() *network
- func (c *Client) NetworkService() networkapi.NetworkClient
- func (c *Client) Node() *node
- func (c *Client) NodeService() nodeapi.NodeClient
- func (c *Client) Proxy() *proxy
- func (c *Client) Version() *version
- func (c *Client) VersionService() versionapi.VersionClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DialOptionsFromConfig ¶ added in v0.2.0
func DialOptionsFromConfig(cfg *stellar.Config) ([]grpc.DialOption, error)
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Application ¶
func (c *Client) Application() *application
func (*Client) ClusterService ¶
func (c *Client) ClusterService() clusterapi.ClusterClient
func (*Client) DatastoreService ¶
func (c *Client) DatastoreService() datastoreapi.DatastoreClient
func (*Client) EventsService ¶ added in v0.2.0
func (c *Client) EventsService() eventsapi.EventsClient
func (*Client) HealthService ¶
func (c *Client) HealthService() healthapi.HealthClient
func (*Client) Nameserver ¶
func (c *Client) Nameserver() *nameserver
func (*Client) NameserverService ¶
func (c *Client) NameserverService() nameserverapi.NameserverClient
func (*Client) NetworkService ¶
func (c *Client) NetworkService() networkapi.NetworkClient
func (*Client) NodeService ¶
func (c *Client) NodeService() nodeapi.NodeClient
func (*Client) VersionService ¶
func (c *Client) VersionService() versionapi.VersionClient
Click to show internal directories.
Click to hide internal directories.