api

package
v0.0.0-...-e46bc45 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_wso2_discovery_service_api_apids_proto protoreflect.FileDescriptor

Functions

func RegisterApiDiscoveryServiceServer

func RegisterApiDiscoveryServiceServer(s *grpc.Server, srv ApiDiscoveryServiceServer)

Types

type ApiDiscoveryServiceClient

type ApiDiscoveryServiceClient interface {
	StreamApis(ctx context.Context, opts ...grpc.CallOption) (ApiDiscoveryService_StreamApisClient, error)
	FetchApis(ctx context.Context, in *v3.DiscoveryRequest, opts ...grpc.CallOption) (*v3.DiscoveryResponse, error)
}

ApiDiscoveryServiceClient is the client API for ApiDiscoveryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ApiDiscoveryServiceServer

type ApiDiscoveryServiceServer interface {
	StreamApis(ApiDiscoveryService_StreamApisServer) error
	FetchApis(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error)
}

ApiDiscoveryServiceServer is the server API for ApiDiscoveryService service.

type ApiDiscoveryService_StreamApisClient

type ApiDiscoveryService_StreamApisClient interface {
	Send(*v3.DiscoveryRequest) error
	Recv() (*v3.DiscoveryResponse, error)
	grpc.ClientStream
}

type ApiDiscoveryService_StreamApisServer

type ApiDiscoveryService_StreamApisServer interface {
	Send(*v3.DiscoveryResponse) error
	Recv() (*v3.DiscoveryRequest, error)
	grpc.ServerStream
}

type UnimplementedApiDiscoveryServiceServer

type UnimplementedApiDiscoveryServiceServer struct {
}

UnimplementedApiDiscoveryServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedApiDiscoveryServiceServer) FetchApis

func (*UnimplementedApiDiscoveryServiceServer) StreamApis

Jump to

Keyboard shortcuts

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