Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Copyright ¶
type Copyright struct {
Id int `gorm:"type:int;primary_key;autoIncrement" json:"id"`
License_name string `gorm:"type:TEXT" json:"license_name,omitempty"`
Licensor string `gorm:"type:TEXT" json:"licensor,omitempty"`
License_content string `gorm:"type:TEXT" json:"license_content,omitempty"`
License_url string `gorm:"type:TEXT" json:"license_url,omitempty"`
}
func GetCopyright ¶
Click to show internal directories.
Click to hide internal directories.