domain

package
v0.0.0-...-5cada86 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2022 License: Apache-2.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 Song

type Song struct {
	Id          string `gorm:"column:id;primaryKey" json:"id"`
	Name        string `gorm:"column:name" json:"name"`
	Description string `gorm:"column:description" json:"description"`
	Mode        string `gorm:"column:mode" json:"mode"`
	ModeDetail  string `gorm:"column:mode_detail" json:"mode_detail"`
	Difficult   string `gorm:"column:difficult" json:"difficult"`
	ImageSrc    string `gorm:"column:image_src" json:"image_src"`
	Url         string `gorm:"column:url" json:"url"`
}

func (Song) TableName

func (song Song) TableName() string

Jump to

Keyboard shortcuts

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