models

package
v0.0.0-...-1dea177 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2021 License: MIT Imports: 1 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 {
	UploadAt *time.Time `json:"upload_at"`
	ImgUrl   string     `json:"img_url"`
}

type Profile

type Profile struct {
	UserId   string  `json:"user_id"`
	Name     string  `json:"name"`
	Age      uint8   `json:"age"`
	Birthday string  `json:"birthday"`
	Avatar   *Avatar `json:"avatar"`
}

Jump to

Keyboard shortcuts

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