Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inbox ¶
type Inbox struct { ID int `db:"id" json:"id"` CreatedAt time.Time `db:"created_at" json:"created_at"` UpdatedAt time.Time `db:"updated_at" json:"updated_at"` Name string `db:"name" json:"name"` Channel string `db:"channel" json:"channel"` Enabled bool `db:"enabled" json:"enabled"` CSATEnabled bool `db:"csat_enabled" json:"csat_enabled"` From string `db:"from" json:"from"` Config json.RawMessage `db:"config" json:"config"` }
Inbox represents a inbox record in DB.
func (*Inbox) ClearPasswords ¶
ClearPasswords masks all config passwords
Click to show internal directories.
Click to hide internal directories.