Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PromptsImpl ¶
type PromptsImpl struct {
pb.UnimplementedPromptsAPIServer
// contains filtered or unexported fields
}
func NewPromptsImpl ¶
func NewPromptsImpl(promptSvc service.PromptService) *PromptsImpl
func (*PromptsImpl) Gateway ¶
func (p *PromptsImpl) Gateway(ctx context.Context, endpoint string, opts ...grpc.DialOption) (string, http.Handler)
func (*PromptsImpl) ListPrompts ¶
func (p *PromptsImpl) ListPrompts(ctx context.Context, req *pb.ListPrompts_Request) (*pb.ListPrompts_Response, error)
func (*PromptsImpl) Register ¶
func (p *PromptsImpl) Register(srv grpc.ServiceRegistrar)
Click to show internal directories.
Click to hide internal directories.