inventoryservice

package
v0.0.0-...-3907b23 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InventoryManager_UnaryInventoryRequest_FullMethodName    = "/inventoryservice.InventoryManager/UnaryInventoryRequest"
	InventoryManager_ServerStreamingInventory_FullMethodName = "/inventoryservice.InventoryManager/ServerStreamingInventory"
)

Variables

View Source
var File_inventoryservice_inventoryservice_proto protoreflect.FileDescriptor
View Source
var InventoryManager_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "inventoryservice.InventoryManager",
	HandlerType: (*InventoryManagerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UnaryInventoryRequest",
			Handler:    _InventoryManager_UnaryInventoryRequest_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ServerStreamingInventory",
			Handler:       _InventoryManager_ServerStreamingInventory_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "inventoryservice/inventoryservice.proto",
}

InventoryManager_ServiceDesc is the grpc.ServiceDesc for InventoryManager service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterInventoryManagerServer

func RegisterInventoryManagerServer(s grpc.ServiceRegistrar, srv InventoryManagerServer)

Types

type InventoryManagerClient

type InventoryManagerClient interface {
	// UnaryInventoryRequest is unary request for deployment.
	UnaryInventoryRequest(ctx context.Context, in *InventoryRequest, opts ...grpc.CallOption) (*InventoryResponse, error)
	// ServerStreamingInventory is server side streaming of inventory updates.
	ServerStreamingInventory(ctx context.Context, in *InventoryRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[InventoryResponse], error)
}

InventoryManagerClient is the client API for InventoryManager service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

InventoryManager is the deployment service.

type InventoryManagerServer

type InventoryManagerServer interface {
	// UnaryInventoryRequest is unary request for deployment.
	UnaryInventoryRequest(context.Context, *InventoryRequest) (*InventoryResponse, error)
	// ServerStreamingInventory is server side streaming of inventory updates.
	ServerStreamingInventory(*InventoryRequest, grpc.ServerStreamingServer[InventoryResponse]) error
	// contains filtered or unexported methods
}

InventoryManagerServer is the server API for InventoryManager service. All implementations must embed UnimplementedInventoryManagerServer for forward compatibility.

InventoryManager is the deployment service.

type InventoryManager_ServerStreamingInventoryClient

type InventoryManager_ServerStreamingInventoryClient = grpc.ServerStreamingClient[InventoryResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type InventoryManager_ServerStreamingInventoryServer

type InventoryManager_ServerStreamingInventoryServer = grpc.ServerStreamingServer[InventoryResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type InventoryRequest

type InventoryRequest struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

DeploymentRequest is the request for deployment.

func (*InventoryRequest) Descriptor deprecated

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

Deprecated: Use InventoryRequest.ProtoReflect.Descriptor instead.

func (*InventoryRequest) GetMessage

func (x *InventoryRequest) GetMessage() string

func (*InventoryRequest) ProtoMessage

func (*InventoryRequest) ProtoMessage()

func (*InventoryRequest) ProtoReflect

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

func (*InventoryRequest) Reset

func (x *InventoryRequest) Reset()

func (*InventoryRequest) String

func (x *InventoryRequest) String() string

type InventoryResponse

type InventoryResponse struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

DeploymentResponse is the response for deployment.

func (*InventoryResponse) Descriptor deprecated

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

Deprecated: Use InventoryResponse.ProtoReflect.Descriptor instead.

func (*InventoryResponse) GetMessage

func (x *InventoryResponse) GetMessage() string

func (*InventoryResponse) ProtoMessage

func (*InventoryResponse) ProtoMessage()

func (*InventoryResponse) ProtoReflect

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

func (*InventoryResponse) Reset

func (x *InventoryResponse) Reset()

func (*InventoryResponse) String

func (x *InventoryResponse) String() string

type UnimplementedInventoryManagerServer

type UnimplementedInventoryManagerServer struct{}

UnimplementedInventoryManagerServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedInventoryManagerServer) ServerStreamingInventory

func (UnimplementedInventoryManagerServer) UnaryInventoryRequest

type UnsafeInventoryManagerServer

type UnsafeInventoryManagerServer interface {
	// contains filtered or unexported methods
}

UnsafeInventoryManagerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InventoryManagerServer will result in compilation errors.

Jump to

Keyboard shortcuts

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