MCPcopy Index your code
hub / github.com/rilldata/rill / InsertNotificationToken

Method InsertNotificationToken

admin/database/database.go:210–210  ·  view source on GitHub ↗
(ctx context.Context, opts *InsertNotificationTokenOptions)

Source from the content-addressed store, hash-verified

208 FindNotificationTokensWithSecret(ctx context.Context, resourceKind, resourceName string) ([]*NotificationTokenWithSecret, error)
209 FindNotificationTokenForMagicAuthToken(ctx context.Context, magicAuthTokenID string) (*NotificationToken, error)
210 InsertNotificationToken(ctx context.Context, opts *InsertNotificationTokenOptions) (*NotificationToken, error)
211
212 FindDeviceAuthCodeByDeviceCode(ctx context.Context, deviceCode string) (*DeviceAuthCode, error)
213 FindPendingDeviceAuthCodeByUserCode(ctx context.Context, userCode string) (*DeviceAuthCode, error)

Callers 3

createMagicTokensMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected