Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnauthenticated marks a shared-secret mismatch between the server // and channel processes. It always accompanies ErrUnavailable so // availability mapping keeps working, but lets diagnostics distinguish // a misconfigured secret from a transient outage. ErrUnauthenticated = errors.New("internal runtime authentication failed") )
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(conn grpc.ClientConnInterface) *Client
type Server ¶
type Server struct {
runtimepb.UnimplementedRuntimeServiceServer
// contains filtered or unexported fields
}
func (*Server) Call ¶
func (s *Server) Call(ctx context.Context, req *runtimepb.CallRequest) (*runtimepb.CallResponse, error)
Click to show internal directories.
Click to hide internal directories.