Documentation ¶ Index ¶ Variables func New(cfg *Config, db db.DB, l *zap.Logger) sdkservices.Users type Config Constants ¶ This section is empty. Variables ¶ View Source var Configs = configset.Set[Config]{ Default: &Config{}, } Functions ¶ func New ¶ func New(cfg *Config, db db.DB, l *zap.Logger) sdkservices.Users Types ¶ type Config ¶ type Config struct { // If set, do not create a personal org for new users. Instead, set this as their default org. DefaultOrgID sdktypes.OrgID `json:"default_org_id"` } Source Files ¶ View all Source files users.go Click to show internal directories. Click to hide internal directories.