MCPcopy Index your code
hub / github.com/coder/coder / UserStatus

TypeAlias UserStatus

coderd/database/models.go:3707–3707  ·  view source on GitHub ↗

Defines the users status: active, dormant, or suspended.

Source from the content-addressed store, hash-verified

3705
3706// Defines the users status: active, dormant, or suspended.
3707type UserStatus string
3708
3709const (
3710 UserStatusActive UserStatus = "active"

Callers 3

TestUsersFunction · 0.92
Test_diffFunction · 0.92
ScanMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected