models

package
v0.0.0-...-0251063 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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

func GetCopyright(url string) (copyright *Copyright, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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