account

package
v3.2.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2019 License: AGPL-3.0 Imports: 1 Imported by: 21

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	model.BaseEntity
	Admin     bool   `json:"admin"`
	Editor    bool   `json:"editor"`
	Users     bool   `json:"viewUsers"` // either view all users or just users in your space
	Analytics bool   `json:"analytics"` // view content analytics
	UserID    string `json:"userId"`
	OrgID     string `json:"orgId"`
	Company   string `json:"company"`
	Title     string `json:"title"`
	Message   string `json:"message"`
	Domain    string `json:"domain"`
	Active    bool   `json:"active"`
	Theme     string `json:"theme"`
}

Account links a User to an Organization.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL