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) ExecuteInstanceTool(w http.ResponseWriter, r *http.Request) error
- func (s *Service) GetInstance(ctx context.Context, payload *gen.GetInstanceForm) (res *gen.GetInstanceResult, err 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 NewService( logger *slog.Logger, traceProvider trace.TracerProvider, meterProvider metric.MeterProvider, db *pgxpool.Pool, sessions *sessions.Manager, env *environments.EnvironmentEntries, enc *encryption.Client, cacheImpl cache.Cache, guardianPolicy *guardian.Policy, funcCaller functions.ToolCaller, tracking billing.Tracker, tcm tm.ToolMetricsProvider, ) *Service
func (*Service) APIKeyAuth ¶
func (*Service) ExecuteInstanceTool ¶
func (*Service) GetInstance ¶
func (s *Service) GetInstance(ctx context.Context, payload *gen.GetInstanceForm) (res *gen.GetInstanceResult, err error)
Click to show internal directories.
Click to hide internal directories.