MCPcopy Create free account
hub / github.com/daodst/chat / Kind

TypeAlias Kind

internal/pushrules/pushrules.go:62–62  ·  view source on GitHub ↗

Kind is the type of push rule. See also RuleSet.

Source from the content-addressed store, hash-verified

60
61// Kind is the type of push rule. See also RuleSet.
62type Kind string
63
64const (
65 UnknownKind Kind = ""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected