tables

package
v0.0.0-...-06a76ff Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllTables

type AllTables struct {
	// contains filtered or unexported fields
}

func Get

func Get() AllTables

func WithAlias

func WithAlias(alias string) AllTables

func (AllTables) AssignedRoles

func (t AllTables) AssignedRoles() AssignedRoles

func (AllTables) Roles

func (t AllTables) Roles() Roles

type AssignedRoles

type AssignedRoles struct {
	// contains filtered or unexported fields
}

func (AssignedRoles) CircleID

func (a AssignedRoles) CircleID() string

func (AssignedRoles) Columns

func (a AssignedRoles) Columns() []string

func (AssignedRoles) CreatedAt

func (a AssignedRoles) CreatedAt() string

func (AssignedRoles) EntityID

func (a AssignedRoles) EntityID() string

func (AssignedRoles) ID

func (a AssignedRoles) ID() string

func (AssignedRoles) RoleID

func (a AssignedRoles) RoleID() string

func (AssignedRoles) TableAlias

func (a AssignedRoles) TableAlias() string

func (AssignedRoles) TableName

func (a AssignedRoles) TableName() string

func (AssignedRoles) UserID

func (a AssignedRoles) UserID() string

type Roles

type Roles struct {
	// contains filtered or unexported fields
}

func (Roles) Columns

func (a Roles) Columns() []string

func (Roles) CreatedAt

func (a Roles) CreatedAt() string

func (Roles) DeletedAt

func (a Roles) DeletedAt() string

func (Roles) ID

func (a Roles) ID() string

func (Roles) Name

func (a Roles) Name() string

func (Roles) Permissions

func (a Roles) Permissions() string

func (Roles) TableAlias

func (a Roles) TableAlias() string

func (Roles) TableName

func (a Roles) TableName() string

func (Roles) UpdatedAt

func (a Roles) UpdatedAt() string

type Table

type Table interface {
	TableName() string
	Columns() []string
}

Jump to

Keyboard shortcuts

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