model

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	// contains filtered or unexported fields
}

func (*User) GetId

func (g *User) GetId() int64

此為自動產生的方法,建議不要更動

func (*User) GetName

func (g *User) GetName() string

此為自動產生的方法,建議不要更動

func (*User) SetId

func (g *User) SetId(in int64) *User

此為自動產生的方法,建議不要更動

func (*User) SetName

func (g *User) SetName(in string) *User

此為自動產生的方法,建議不要更動

type UserInterface

type UserInterface interface {
	GetId() int64
	SetId(in int64) *User
	GetName() string
	SetName(in string) *User
}

此為自動產生的 Interface,建議不要進行更動

func NewUser

func NewUser() UserInterface

此為自動產生的方法,建議不要更動

Jump to

Keyboard shortcuts

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