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

TypeAlias AccountType

userapi/api/api.go:499–499  ·  view source on GitHub ↗

AccountType is an enum representing the kind of account

Source from the content-addressed store, hash-verified

497
498// AccountType is an enum representing the kind of account
499type AccountType int
500
501const (
502 // ConflictUpdate will update matching records returning no error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected