repositories

package
v0.0.0-...-f38c46e Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Avatar

type Avatar struct {
	// Schema
	// @title http schema
	// @description http schema
	Schema string `json:"schema"`
	// Domain
	// @title domain
	// @description domain
	Domain string `json:"domain"`
	// Path
	// @title uri path
	// @description uri path
	Path string `json:"path"`
	// MimeType
	// @title mime type
	// @description mime type
	MimeType string `json:"mimeType"`
	// URL
	// @title url
	// @description full url
	URL string `json:"url"`
}

Avatar @title Avatar @description Avatar info

type UserRow

type UserRow struct {
	dac.Audit
	Nickname string               `column:"NICKNAME" json:"nickname"`
	Mobile   string               `column:"MOBILE" json:"mobile"`
	Gender   string               `column:"GENDER" json:"gender"`
	Birthday time.Time            `column:"BIRTHDAY" json:"birthday"`
	Avatar   sql.NullJson[Avatar] `column:"AVATAR,json" json:"avatar"`
}

func (UserRow) TableInfo

func (row UserRow) TableInfo() dac.TableInfo

Jump to

Keyboard shortcuts

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