pkg2

package
v0.0.0-...-8d70ec6 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2024 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 People

type People struct {
	// Jump mp.Jump `json:"jump"` // 跳
	Jumps []*mp.Jump `json:"jumps"` // 跳跳
	*mp.Sing
	Animal mp.Animal `json:"animal"` // 动物
	Age    int       `json:"age"`    // 年龄
	// Rap Rap `json:"rap"` // 低
	Raps []*Rap `json:"raps"` // 低低
}

type Rap

type Rap struct {
	Low int `json:"low"` // 低音
}

Jump to

Keyboard shortcuts

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