resource

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var I18nFs embed.FS
View Source
var RegionsFs embed.FS
View Source
var TestsFs embed.FS
View Source
var TestsSQLFs embed.FS

Functions

This section is empty.

Types

type Female

type Female struct {
	People
	BB int
}

func (Female) GetTypeText

func (Female) GetTypeText() string

func (Female) Say

func (Female) Say()

type IPeople

type IPeople interface {
	Say()
	GetMoney() int
	GetName() string
	GetTypeText() string
	SetName(string) bool
}

type Male

type Male struct {
	People
	JJ int
}

Male 男性(继承上面的People)

func (Male) GetTypeText

func (Male) GetTypeText() string

func (Male) Say

func (Male) Say()

func (*Male) Work

func (m *Male) Work() bool

type People

type People struct {
	Name  string
	Money int
	Age   uint
}

func (People) GetMoney

func (p People) GetMoney() int

func (People) GetName

func (p People) GetName() string

func (People) GetTypeText

func (People) GetTypeText() string

func (People) SetName

func (p People) SetName(name string) bool

Directories

Path Synopsis
swagger_ui

Jump to

Keyboard shortcuts

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