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

Function virtualFilePathForManagedAlert

admin/server/alerts.go:693–695  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

691}
692
693func virtualFilePathForManagedAlert(name string) string {
694 return path.Join("alerts", name+".yaml")
695}
696
697func (s *Server) createMagicTokensAlert(ctx context.Context, projectID, alertName, ownerID string, emails []string, userAttributes map[string]any) (map[string]string, error) {
698 var createdByUserID *string

Callers 5

CreateAlertMethod · 0.85
EditAlertMethod · 0.85
UnsubscribeAlertMethod · 0.85
DeleteAlertMethod · 0.85
GetAlertYAMLMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected