models

package
v0.8.5 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OauthClients

type OauthClients struct {
	ID       int    `gorm:"column:id;primaryKey;autoIncrement" json:"id"`
	ClientID string `gorm:"column:client_id" json:"client_id"`
	Secret   string `gorm:"column:secret" json:"secret"`
	Domain   string `gorm:"column:domain" json:"domain"`
}

func (*OauthClients) TableName

func (o *OauthClients) TableName() string

type OracleOauthClients

type OracleOauthClients struct {
	ID       int    `gorm:"column:ID;primaryKey;autoIncrement" json:"id"`
	ClientID string `gorm:"column:CLIENT_ID" json:"client_id"`
	Secret   string `gorm:"column:SECRET" json:"secret"`
	Domain   string `gorm:"column:DOMAIN" json:"domain"`
}

func (*OracleOauthClients) TableName

func (o *OracleOauthClients) TableName() string

Jump to

Keyboard shortcuts

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