Documentation
¶
Index ¶
- Variables
- func RegisterAPIServer(s *grpc.Server, srv APIServer)
- func RegisterAuthServer(s *grpc.Server, srv AuthServer)
- func RegisterAutomationEngineAPIServiceServer(s *grpc.Server, srv AutomationEngineAPIServiceServer)
- func RegisterAutomationEngineMainServerServer(s *grpc.Server, srv AutomationEngineMainServerServer)
- func RegisterAutomationEngineRunnableSupervisorServer(s *grpc.Server, srv AutomationEngineRunnableSupervisorServer)
- func RegisterBaseEngineMainServerServer(s *grpc.Server, srv BaseEngineMainServerServer)
- type APIClient
- type APIServer
- type AuthClient
- type AuthServer
- type AutomationEngineAPIServiceClient
- type AutomationEngineAPIServiceServer
- type AutomationEngineMainServerClient
- type AutomationEngineMainServerServer
- type AutomationEngineRunnableSupervisorClient
- type AutomationEngineRunnableSupervisorServer
- type BaseEngineMainServerClient
- type BaseEngineMainServerServer
- type Empty
- type Message
- type UnimplementedAPIServer
- type UnimplementedAuthServer
- type UnimplementedAutomationEngineAPIServiceServer
- type UnimplementedAutomationEngineMainServerServer
- type UnimplementedAutomationEngineRunnableSupervisorServer
- type UnimplementedBaseEngineMainServerServer
Constants ¶
This section is empty.
Variables ¶
var File_api_proto protoreflect.FileDescriptor
var File_auth_proto protoreflect.FileDescriptor
var File_automationengineapiservice_proto protoreflect.FileDescriptor
var File_automationenginemainserver_proto protoreflect.FileDescriptor
var File_automationenginerunnablesupervisor_proto protoreflect.FileDescriptor
var File_baseenginemainserver_proto protoreflect.FileDescriptor
var File_common_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAPIServer ¶
func RegisterAuthServer ¶
func RegisterAuthServer(s *grpc.Server, srv AuthServer)
func RegisterAutomationEngineAPIServiceServer ¶
func RegisterAutomationEngineAPIServiceServer(s *grpc.Server, srv AutomationEngineAPIServiceServer)
func RegisterAutomationEngineMainServerServer ¶
func RegisterAutomationEngineMainServerServer(s *grpc.Server, srv AutomationEngineMainServerServer)
func RegisterAutomationEngineRunnableSupervisorServer ¶
func RegisterAutomationEngineRunnableSupervisorServer(s *grpc.Server, srv AutomationEngineRunnableSupervisorServer)
func RegisterBaseEngineMainServerServer ¶
func RegisterBaseEngineMainServerServer(s *grpc.Server, srv BaseEngineMainServerServer)
Types ¶
type APIClient ¶
type APIClient interface {
SayHello(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error)
}
APIClient is the client API for API service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAPIClient ¶
func NewAPIClient(cc grpc.ClientConnInterface) APIClient
type AuthClient ¶
type AuthClient interface {
SayHello(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error)
}
AuthClient is the client API for Auth service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAuthClient ¶
func NewAuthClient(cc grpc.ClientConnInterface) AuthClient
type AuthServer ¶
AuthServer is the server API for Auth service.
type AutomationEngineAPIServiceClient ¶
type AutomationEngineAPIServiceClient interface {
SayHello(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error)
}
AutomationEngineAPIServiceClient is the client API for AutomationEngineAPIService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAutomationEngineAPIServiceClient ¶
func NewAutomationEngineAPIServiceClient(cc grpc.ClientConnInterface) AutomationEngineAPIServiceClient
type AutomationEngineAPIServiceServer ¶
type AutomationEngineAPIServiceServer interface {
SayHello(context.Context, *Message) (*Message, error)
}
AutomationEngineAPIServiceServer is the server API for AutomationEngineAPIService service.
type AutomationEngineMainServerClient ¶
type AutomationEngineMainServerClient interface {
SayHello(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error)
}
AutomationEngineMainServerClient is the client API for AutomationEngineMainServer service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAutomationEngineMainServerClient ¶
func NewAutomationEngineMainServerClient(cc grpc.ClientConnInterface) AutomationEngineMainServerClient
type AutomationEngineMainServerServer ¶
type AutomationEngineMainServerServer interface {
SayHello(context.Context, *Message) (*Message, error)
}
AutomationEngineMainServerServer is the server API for AutomationEngineMainServer service.
type AutomationEngineRunnableSupervisorClient ¶
type AutomationEngineRunnableSupervisorClient interface {
SayHello(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error)
}
AutomationEngineRunnableSupervisorClient is the client API for AutomationEngineRunnableSupervisor service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAutomationEngineRunnableSupervisorClient ¶
func NewAutomationEngineRunnableSupervisorClient(cc grpc.ClientConnInterface) AutomationEngineRunnableSupervisorClient
type AutomationEngineRunnableSupervisorServer ¶
type AutomationEngineRunnableSupervisorServer interface {
SayHello(context.Context, *Message) (*Message, error)
}
AutomationEngineRunnableSupervisorServer is the server API for AutomationEngineRunnableSupervisor service.
type BaseEngineMainServerClient ¶
type BaseEngineMainServerClient interface {
SayHello(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error)
}
BaseEngineMainServerClient is the client API for BaseEngineMainServer service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBaseEngineMainServerClient ¶
func NewBaseEngineMainServerClient(cc grpc.ClientConnInterface) BaseEngineMainServerClient
type BaseEngineMainServerServer ¶
BaseEngineMainServerServer is the server API for BaseEngineMainServer service.
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) Descriptor
deprecated
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶
func (x *Empty) ProtoReflect() protoreflect.Message
type Message ¶
type Message struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetContent ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type UnimplementedAPIServer ¶
type UnimplementedAPIServer struct { }
UnimplementedAPIServer can be embedded to have forward compatible implementations.
type UnimplementedAuthServer ¶
type UnimplementedAuthServer struct { }
UnimplementedAuthServer can be embedded to have forward compatible implementations.
type UnimplementedAutomationEngineAPIServiceServer ¶
type UnimplementedAutomationEngineAPIServiceServer struct { }
UnimplementedAutomationEngineAPIServiceServer can be embedded to have forward compatible implementations.
type UnimplementedAutomationEngineMainServerServer ¶
type UnimplementedAutomationEngineMainServerServer struct { }
UnimplementedAutomationEngineMainServerServer can be embedded to have forward compatible implementations.
type UnimplementedAutomationEngineRunnableSupervisorServer ¶
type UnimplementedAutomationEngineRunnableSupervisorServer struct { }
UnimplementedAutomationEngineRunnableSupervisorServer can be embedded to have forward compatible implementations.
type UnimplementedBaseEngineMainServerServer ¶
type UnimplementedBaseEngineMainServerServer struct { }
UnimplementedBaseEngineMainServerServer can be embedded to have forward compatible implementations.
Source Files
¶
- api.pb.go
- api.validator.pb.go
- auth.pb.go
- auth.validator.pb.go
- automationengineapiservice.pb.go
- automationengineapiservice.validator.pb.go
- automationenginemainserver.pb.go
- automationenginemainserver.validator.pb.go
- automationenginerunnablesupervisor.pb.go
- automationenginerunnablesupervisor.validator.pb.go
- baseenginemainserver.pb.go
- baseenginemainserver.validator.pb.go
- common.pb.go
- common.validator.pb.go