Documentation ¶
Overview ¶
Package localizer is meant to contain useful helper functions, variables, and constants in order to better programatically interact with localizer.
Index ¶
Constants ¶
View Source
const Socket = "/var/run/localizer.sock"
Socket is the communication endpoint that the localizer server is listening on.
Variables ¶
This section is empty.
Functions ¶
func Connect ¶
func Connect(ctx context.Context, opts ...grpc.DialOption) (client api.LocalizerServiceClient, closer func(), err error)
Connect returns a new instance of LocalizerServiceClient given a gRPC client connection (returned from grpc.Dial*).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.