package
0.0.0-20241230104006-11a8dcca21a8
Repository: https://github.com/wricardo/code-surgeon.git
Documentation: pkg.go.dev
# Functions
NewGptServiceClient constructs a client for the codesurgeon.GptService service.
NewGptServiceHandler builds an HTTP handler from the service implementation.
# Constants
GptServiceGetChatProcedure is the fully-qualified name of the GptService's GetChat RPC.
GptServiceGetOpenAPIProcedure is the fully-qualified name of the GptService's GetOpenAPI RPC.
GptServiceName is the fully-qualified name of the GptService service.
GptServiceNewChatProcedure is the fully-qualified name of the GptService's NewChat RPC.
GptServiceReceiveSlackMessageProcedure is the fully-qualified name of the GptService's ReceiveSlackMessage RPC.
GptServiceSendMessageProcedure is the fully-qualified name of the GptService's SendMessage RPC.
# Structs
UnimplementedGptServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
GptServiceClient is a client for the codesurgeon.GptService service.
GptServiceHandler is an implementation of the codesurgeon.GptService service.