domain

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Api

type Api struct {
	Id        int64
	Domain    string
	Name      string
	Group     string
	Method    string
	Path      string
	CreatedAt string
	UpdatedAt string
}
type Menu struct {
	Id        int64
	Name      string
	Path      string
	ParentId  int64
	ParentIds string
	Hidden    bool
	Sort      int64
	Component string
	Title     string
	Icon      string
	CreatedAt string
	UpdatedAt string
	MenuBtns  []MenuBtn
	Children  []Menu
}
type MenuBtn struct {
	Id          int64
	MenuId      int64
	Name        string
	Description string
	Identifier  string
	CreatedAt   string
	UpdatedAt   string
}

type Role

type Role struct {
	Id        int64
	Name      string
	Domain    string
	CreatedAt string
	UpdatedAt string
}

Jump to

Keyboard shortcuts

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