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

Struct AliasEvent

roomserver/api/alias.go:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type AliasEvent struct {
79 Alias string `json:"alias"`
80 AltAliases []string `json:"alt_aliases"`
81}
82
83var validateAliasRegex = regexp.MustCompile("^#.*:.+$")
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected