generated

package
v0.0.0-...-f15f0a0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2021 License: GPL-3.0 Imports: 12 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_automationengineapiservice_proto protoreflect.FileDescriptor
View Source
var File_automationenginemainserver_proto protoreflect.FileDescriptor
View Source
var File_automationenginerunnablesupervisor_proto protoreflect.FileDescriptor
View Source
var File_baseenginemainserver_proto protoreflect.FileDescriptor
View Source
var File_common_proto protoreflect.FileDescriptor

Functions

func RegisterAPIServer

func RegisterAPIServer(s *grpc.Server, srv APIServer)

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 APIServer

type APIServer interface {
	SayHello(context.Context, *Message) (*Message, error)
}

APIServer is the server API for API service.

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

type AuthServer interface {
	SayHello(context.Context, *Message) (*Message, error)
}

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.

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.

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.

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.

type BaseEngineMainServerServer

type BaseEngineMainServerServer interface {
	SayHello(context.Context, *Message) (*Message, error)
}

BaseEngineMainServerServer is the server API for BaseEngineMainServer service.

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

func (*Empty) Descriptor deprecated

func (*Empty) Descriptor() ([]byte, []int)

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

func (x *Empty) ProtoReflect() protoreflect.Message

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

func (*Empty) Validate

func (this *Empty) Validate() error

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) Descriptor() ([]byte, []int)

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetContent

func (x *Message) GetContent() string

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

func (x *Message) ProtoReflect() protoreflect.Message

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

func (*Message) Validate

func (this *Message) Validate() error

type UnimplementedAPIServer

type UnimplementedAPIServer struct {
}

UnimplementedAPIServer can be embedded to have forward compatible implementations.

func (*UnimplementedAPIServer) SayHello

type UnimplementedAuthServer

type UnimplementedAuthServer struct {
}

UnimplementedAuthServer can be embedded to have forward compatible implementations.

func (*UnimplementedAuthServer) SayHello

type UnimplementedAutomationEngineAPIServiceServer

type UnimplementedAutomationEngineAPIServiceServer struct {
}

UnimplementedAutomationEngineAPIServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAutomationEngineAPIServiceServer) SayHello

type UnimplementedAutomationEngineMainServerServer

type UnimplementedAutomationEngineMainServerServer struct {
}

UnimplementedAutomationEngineMainServerServer can be embedded to have forward compatible implementations.

func (*UnimplementedAutomationEngineMainServerServer) SayHello

type UnimplementedAutomationEngineRunnableSupervisorServer

type UnimplementedAutomationEngineRunnableSupervisorServer struct {
}

UnimplementedAutomationEngineRunnableSupervisorServer can be embedded to have forward compatible implementations.

func (*UnimplementedAutomationEngineRunnableSupervisorServer) SayHello

type UnimplementedBaseEngineMainServerServer

type UnimplementedBaseEngineMainServerServer struct {
}

UnimplementedBaseEngineMainServerServer can be embedded to have forward compatible implementations.

func (*UnimplementedBaseEngineMainServerServer) SayHello

Jump to

Keyboard shortcuts

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