Documentation ¶
Index ¶
- func NewAwsConfigWithUri(uri string) (aws.Config, error)
- func NewDynamoDBClientWithUri(uri string) (*dynamodb.Client, error)
- func NewEtcdClient(endpoints []string) (*clientv3.Client, error)
- func NewEtcdClientWithUri(uri string) (*clientv3.Client, error)
- func NewMinioClientWithUri(uri string) (*minio.Client, error)
- func NewS3ClientWithUri(uri string) (*s3.Client, error)
- type GRPCIndexClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDynamoDBClientWithUri ¶ added in v0.3.0
Types ¶
type GRPCIndexClient ¶
type GRPCIndexClient struct { proto.IndexClient // contains filtered or unexported fields }
func NewGRPCIndexClient ¶
func NewGRPCIndexClient(address string) (*GRPCIndexClient, error)
func NewGRPCIndexClientWithTLS ¶
func NewGRPCIndexClientWithTLS(address string, certFile string, commonName string) (*GRPCIndexClient, error)
func (*GRPCIndexClient) Address ¶
func (c *GRPCIndexClient) Address() string
func (*GRPCIndexClient) Close ¶
func (c *GRPCIndexClient) Close() error
Click to show internal directories.
Click to hide internal directories.