Documentation ¶ Overview ¶ internal/client/grpc.go Index ¶ func New(endpoint, jwt string, insecureFlag bool) (*grpc.ClientConn, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(endpoint, jwt string, insecureFlag bool) (*grpc.ClientConn, error) New creates a gRPC client connection with TLS and JWT auth interceptor. Uses OS cert pool — works on macOS, Linux, Windows without bundled certs. Pass insecureFlag=true only for local dev against localhost. Types ¶ This section is empty. Source Files ¶ View all Source files grpc.go Click to show internal directories. Click to hide internal directories.