Documentation
¶
Index ¶
- func Attach(mux goahttp.Muxer, service *Service)
- type Service
- func (s *Service) APIKeyAuth(ctx context.Context, key string, schema *security.APIKeyScheme) (context.Context, error)
- func (s *Service) CreateMcpEndpoint(ctx context.Context, payload *gen.CreateMcpEndpointPayload) (*types.McpEndpoint, error)
- func (s *Service) DeleteMcpEndpoint(ctx context.Context, payload *gen.DeleteMcpEndpointPayload) error
- func (s *Service) GetMcpEndpoint(ctx context.Context, payload *gen.GetMcpEndpointPayload) (*types.McpEndpoint, error)
- func (s *Service) ListMcpEndpoints(ctx context.Context, payload *gen.ListMcpEndpointsPayload) (*gen.ListMcpEndpointsResult, error)
- func (s *Service) UpdateMcpEndpoint(ctx context.Context, payload *gen.UpdateMcpEndpointPayload) (*types.McpEndpoint, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) APIKeyAuth ¶
func (*Service) CreateMcpEndpoint ¶
func (s *Service) CreateMcpEndpoint(ctx context.Context, payload *gen.CreateMcpEndpointPayload) (*types.McpEndpoint, error)
func (*Service) DeleteMcpEndpoint ¶
func (*Service) GetMcpEndpoint ¶
func (s *Service) GetMcpEndpoint(ctx context.Context, payload *gen.GetMcpEndpointPayload) (*types.McpEndpoint, error)
func (*Service) ListMcpEndpoints ¶
func (s *Service) ListMcpEndpoints(ctx context.Context, payload *gen.ListMcpEndpointsPayload) (*gen.ListMcpEndpointsResult, error)
func (*Service) UpdateMcpEndpoint ¶
func (s *Service) UpdateMcpEndpoint(ctx context.Context, payload *gen.UpdateMcpEndpointPayload) (*types.McpEndpoint, error)
Click to show internal directories.
Click to hide internal directories.