Documentation
¶
Index ¶
- type McpKeysImpl
- func (m *McpKeysImpl) AddMcpConnector(ctx context.Context, req *pb.AddMcpConnector_Request) (*pb.AddMcpConnector_Response, error)
- func (m *McpKeysImpl) CreateMcpKey(ctx context.Context, req *pb.CreateMcpKey_Request) (*pb.CreateMcpKey_Response, error)
- func (m *McpKeysImpl) DeleteCommunityConnector(ctx context.Context, req *pb.DeleteCommunityConnector_Request) (*pb.DeleteCommunityConnector_Response, error)
- func (m *McpKeysImpl) ExecuteMomTool(ctx context.Context, req *pb.ExecuteMomTool_Request) (*pb.ExecuteMomTool_Response, error)
- func (m *McpKeysImpl) Gateway(ctx context.Context, endpoint string, opts ...grpc.DialOption) (string, http.Handler)
- func (m *McpKeysImpl) ListCommunityConnectors(ctx context.Context, _ *pb.ListCommunityConnectors_Request) (*pb.ListCommunityConnectors_Response, error)
- func (m *McpKeysImpl) ListMcpConnectors(ctx context.Context, req *pb.ListMcpConnectors_Request) (*pb.ListMcpConnectors_Response, error)
- func (m *McpKeysImpl) ListMcpKeys(ctx context.Context, req *pb.ListMcpKeys_Request) (*pb.ListMcpKeys_Response, error)
- func (m *McpKeysImpl) ListMomCandidates(ctx context.Context, _ *pb.ListMomCandidates_Request) (*pb.ListMomCandidates_Response, error)
- func (m *McpKeysImpl) ListUserMcpKeys(ctx context.Context, _ *pb.ListUserMcpKeys_Request) (*pb.ListUserMcpKeys_Response, error)
- func (m *McpKeysImpl) Register(srv grpc.ServiceRegistrar)
- func (m *McpKeysImpl) RemoveMcpConnector(ctx context.Context, req *pb.RemoveMcpConnector_Request) (*pb.RemoveMcpConnector_Response, error)
- func (m *McpKeysImpl) RevokeMcpKey(ctx context.Context, req *pb.RevokeMcpKey_Request) (*pb.RevokeMcpKey_Response, error)
- func (m *McpKeysImpl) SetMcpKeyAccess(ctx context.Context, req *pb.SetMcpKeyAccess_Request) (*pb.SetMcpKeyAccess_Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type McpKeysImpl ¶
type McpKeysImpl struct {
artel_api.UnimplementedMcpKeysAPIServer
// contains filtered or unexported fields
}
func NewMcpKeysImpl ¶
func NewMcpKeysImpl(mcpSvc service.McpService, momSvc service.MomService) *McpKeysImpl
func (*McpKeysImpl) AddMcpConnector ¶
func (m *McpKeysImpl) AddMcpConnector( ctx context.Context, req *pb.AddMcpConnector_Request, ) (*pb.AddMcpConnector_Response, error)
func (*McpKeysImpl) CreateMcpKey ¶
func (m *McpKeysImpl) CreateMcpKey( ctx context.Context, req *pb.CreateMcpKey_Request, ) (*pb.CreateMcpKey_Response, error)
func (*McpKeysImpl) DeleteCommunityConnector ¶
func (m *McpKeysImpl) DeleteCommunityConnector( ctx context.Context, req *pb.DeleteCommunityConnector_Request, ) (*pb.DeleteCommunityConnector_Response, error)
func (*McpKeysImpl) ExecuteMomTool ¶
func (m *McpKeysImpl) ExecuteMomTool( ctx context.Context, req *pb.ExecuteMomTool_Request, ) (*pb.ExecuteMomTool_Response, error)
func (*McpKeysImpl) Gateway ¶
func (m *McpKeysImpl) Gateway(ctx context.Context, endpoint string, opts ...grpc.DialOption) (string, http.Handler)
func (*McpKeysImpl) ListCommunityConnectors ¶
func (m *McpKeysImpl) ListCommunityConnectors( ctx context.Context, _ *pb.ListCommunityConnectors_Request, ) (*pb.ListCommunityConnectors_Response, error)
func (*McpKeysImpl) ListMcpConnectors ¶
func (m *McpKeysImpl) ListMcpConnectors( ctx context.Context, req *pb.ListMcpConnectors_Request, ) (*pb.ListMcpConnectors_Response, error)
func (*McpKeysImpl) ListMcpKeys ¶
func (m *McpKeysImpl) ListMcpKeys(ctx context.Context, req *pb.ListMcpKeys_Request) (*pb.ListMcpKeys_Response, error)
func (*McpKeysImpl) ListMomCandidates ¶
func (m *McpKeysImpl) ListMomCandidates( ctx context.Context, _ *pb.ListMomCandidates_Request, ) (*pb.ListMomCandidates_Response, error)
func (*McpKeysImpl) ListUserMcpKeys ¶
func (m *McpKeysImpl) ListUserMcpKeys( ctx context.Context, _ *pb.ListUserMcpKeys_Request, ) (*pb.ListUserMcpKeys_Response, error)
func (*McpKeysImpl) Register ¶
func (m *McpKeysImpl) Register(srv grpc.ServiceRegistrar)
func (*McpKeysImpl) RemoveMcpConnector ¶
func (m *McpKeysImpl) RemoveMcpConnector( ctx context.Context, req *pb.RemoveMcpConnector_Request, ) (*pb.RemoveMcpConnector_Response, error)
func (*McpKeysImpl) RevokeMcpKey ¶
func (m *McpKeysImpl) RevokeMcpKey( ctx context.Context, req *pb.RevokeMcpKey_Request, ) (*pb.RevokeMcpKey_Response, error)
func (*McpKeysImpl) SetMcpKeyAccess ¶
func (m *McpKeysImpl) SetMcpKeyAccess( ctx context.Context, req *pb.SetMcpKeyAccess_Request, ) (*pb.SetMcpKeyAccess_Response, error)
Click to show internal directories.
Click to hide internal directories.