catalogue

package
v1.4.1-beta Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Catalogue

type Catalogue struct {
	// 目录ID
	Id string
	// 名称
	Name string
	// 父目录ID
	Parent     string
	Sort       int
	CreateTime time.Time
	UpdateTime time.Time
}

func FromEntity

func FromEntity(e *catalogue.Catalogue) *Catalogue

type CreateCatalogue

type CreateCatalogue struct {
	Id     string
	Name   string
	Parent string
	Sort   int
}

type EditCatalogue

type EditCatalogue struct {
	Id     *string
	Name   *string
	Parent *string
	Sort   *int
}

Jump to

Keyboard shortcuts

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