services

package
v0.0.0-...-fe493a1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 12 Imported by: 3

Documentation

Index

Constants

View Source
const (
	APIUserHeader = "Api-User"
	APIKeyHeader  = "Api-Key"
)

API headers for the cedar service.

Variables

This section is empty.

Functions

func DialCedar

func DialCedar(ctx context.Context, client *http.Client, opts *DialCedarOptions) (*grpc.ClientConn, error)

DialCedar is a convenience function for creating a RPC client connection with cedar via gRPC.

Types

type DialCedarOptions

type DialCedarOptions struct {
	BaseAddress string
	RPCPort     string
	Username    string
	APIKey      string
	CACerts     [][]byte
	TLSAuth     bool
	Insecure    bool
	Retries     int
}

DialCedarOptions describes the options for the DialCedar function. The base address defaults to `cedar.mongodb.com` and the RPC port to 7070. If a base address is provided the RPC port must also be provided. The username and API key must always be provided.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL