Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoMigrate ¶
func AutoMigrate() error
Types ¶
type Connection ¶
type Connection struct { Database *mongo.Database Model *model.Connection }
func (*Connection) Migrate ¶
func (m *Connection) Migrate() error
type Credential ¶
type Credential struct { Database *mongo.Database Model *model.Credential }
func (*Credential) Migrate ¶
func (m *Credential) Migrate() error
type Integration ¶
type Integration struct { Database *mongo.Database Model *model.Integration }
func (*Integration) Migrate ¶
func (m *Integration) Migrate() error
type Permission ¶
type Permission struct { Database *mongo.Database Model *model.Permission }
func (*Permission) Migrate ¶
func (m *Permission) Migrate() error
Click to show internal directories.
Click to hide internal directories.