MCPcopy Create free account
hub / github.com/nhost/nhost / Logs

Method Logs

cli/cmd/configserver/logsapi/generated/generated.go:69–69  ·  view source on GitHub ↗
(ctx context.Context, appID string, service *string, regexFilter *string, from *time.Time, to *time.Time)

Source from the content-addressed store, hash-verified

67
68type QueryResolver interface {
69 Logs(ctx context.Context, appID string, service *string, regexFilter *string, from *time.Time, to *time.Time) ([]model.Log, error)
70 GetServiceLabelValues(ctx context.Context, appID string) ([]string, error)
71 GetFunctionsLogs(ctx context.Context, appID string, path string, regexFilter *string, from *time.Time, to *time.Time) ([]model.Log, error)
72}

Callers 4

commandLogsFunction · 0.65
ComplexityMethod · 0.65
_Query_logsMethod · 0.65
_Subscription_logsMethod · 0.65

Implementers 1

queryResolvercli/cmd/configserver/logsapi/schema.re

Calls

no outgoing calls

Tested by

no test coverage detected