menu

package
v0.0.0-...-1bf96ee Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2022 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MenuDto struct {
	Url         string `json:"url" `
	StatusCd    string `json:"statusCd"  sql:"-"`
	Seq         string `json:"seq"  `
	Name        string `json:"name" `
	Mid         string `json:"mId"  sql:"-"`
	IsShow      string `json:"isShow"  sql:"-"`
	Gid         string `json:"gId"  sql:"-"`
	Description string `json:"description" `
	CreateTime  string `json:"createTime"  sql:"-"`
}
type MenuGroupDto struct {
	StatusCd    string `json:"statusCd"  sql:"-"`
	Seq         string `json:"seq"  `
	Name        string `json:"name" `
	Label       string `json:"label"`
	Icon        string `json:"icon"`
	GroupType   string `json:"groupType"  sql:"-"`
	Gid         string `json:"gId"  sql:"-"`
	Description string `json:"description" `
	CreateTime  string `json:"createTime"  sql:"-"`
}
type MenusDto struct {
	MId                  string `json:"mId" sql:"-"`
	MenuName             string `json:"menuName" sql:"-"`
	GId                  string `json:"gId" sql:"-"`
	Url                  string `json:"url" sql:"-"`
	MenuSeq              string `json:"menuSeq" sql:"-"`
	MenuDescription      string `json:"menuDescription" sql:"-"`
	MenuGroupName        string `json:"menuGroupName" sql:"-"`
	Icon                 string `json:"icon"`
	Label                string `json:"label"`
	MenuGroupSeq         string `json:"menuGroupSeq" sql:"-"`
	MenuGroupDescription string `json:"menuGroupDescription" sql:"-"`
	IsShow               string `json:"isShow" sql:"-"`
	Description          string `json:"description"`
}

Jump to

Keyboard shortcuts

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