pkg1

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 Animal

type Animal struct {
	Name string `json:"name"` // 名字
}

type Jump

type Jump struct {
	High int `json:"high"` // 跳高
}

type Sing

type Sing struct {
	Title string      `json:"title"` // 标题
	Id    pkg3.Object `json:"id"`    // id
}

Jump to

Keyboard shortcuts

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