package
1.0.15-open-telemetry.2
Repository: https://github.com/fluffy-bunny/fluffycore-starterkit.git
Documentation: pkg.go.dev

# Functions

AddGreeterServer adds the fluffycore aware grpc server.
AddGreeterServerWithExternalRegistration adds the fluffycore aware grpc server and external registration service.
AddMyStreamServiceServer adds the fluffycore aware grpc server.
AddMyStreamServiceServerWithExternalRegistration adds the fluffycore aware grpc server and external registration service.
No description provided by the author
No description provided by the author
RegisterGreeterHandler registers the http handlers for service Greeter to "mux".
RegisterGreeterHandlerClient registers the http handlers for service Greeter to "mux".
RegisterGreeterHandlerFromEndpoint is same as RegisterGreeterHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterGreeterHandlerServer registers the http handlers for service Greeter to "mux".
No description provided by the author
RegisterMyStreamServiceHandler registers the http handlers for service MyStreamService to "mux".
RegisterMyStreamServiceHandlerClient registers the http handlers for service MyStreamService to "mux".
RegisterMyStreamServiceHandlerFromEndpoint is same as RegisterMyStreamServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMyStreamServiceHandlerServer registers the http handlers for service MyStreamService to "mux".
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Greeter_ServiceDesc is the grpc.ServiceDesc for Greeter service.
MyStreamService_ServiceDesc is the grpc.ServiceDesc for MyStreamService service.

# Structs

GreeterFluffyCoreServer defines the grpc server truct.
The response message containing the greetings.
The request message containing the user's name.
MyStreamServiceFluffyCoreServer defines the grpc server truct.
Points are represented as latitude-longitude pairs in the E7 representation (degrees multiplied by 10**7 and rounded to the nearest integer).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedGreeterServer must be embedded to have forward compatible implementations.
UnimplementedMyStreamServiceServer must be embedded to have forward compatible implementations.

# Interfaces

GreeterClient is the client API for Greeter service.
GreeterServer is the server API for Greeter service.
IFluffyCoreGreeterServer defines the grpc server.
IFluffyCoreMyStreamServiceServer defines the grpc server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MyStreamServiceClient is the client API for MyStreamService service.
MyStreamServiceServer is the server API for MyStreamService service.
UnsafeGreeterServer may be embedded to opt out of forward compatibility for this service.
UnsafeMyStreamServiceServer may be embedded to opt out of forward compatibility for this service.