Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protos_eap_auth_proto protoreflect.FileDescriptor
Functions ¶
func RegisterEapServiceServer ¶
func RegisterEapServiceServer(s *grpc.Server, srv EapServiceServer)
Types ¶
type EapServiceClient ¶
type EapServiceClient interface {
Handle(ctx context.Context, in *protos.Eap, opts ...grpc.CallOption) (*protos.Eap, error)
}
EapServiceClient is the client API for EapService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewEapServiceClient ¶
func NewEapServiceClient(cc grpc.ClientConnInterface) EapServiceClient
type EapServiceServer ¶
EapServiceServer is the server API for EapService service.
type UnimplementedEapServiceServer ¶
type UnimplementedEapServiceServer struct { }
UnimplementedEapServiceServer can be embedded to have forward compatible implementations.
Click to show internal directories.
Click to hide internal directories.