request

package
v3.0.0-...-471bf3a Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 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 RequestMomentStrategyCreate

type RequestMomentStrategyCreate struct {
	ParentID     int              `json:"parent_id"`
	StrategyName string           `json:"strategy_name"`
	AdminList    []string         `json:"admin_list"`
	Privilege    *power.HashMap   `json:"privilege"`
	Range        []*power.HashMap `json:"range"`
}

type RequestMomentStrategyEdit

type RequestMomentStrategyEdit struct {
	StrategyID   int64            `json:"strategy_id"`
	StrategyName string           `json:"strategy_name"`
	AdminList    []string         `json:"admin_list"`
	Privilege    *power.HashMap   `json:"privilege"`
	RangeAdd     []*power.HashMap `json:"range_add"`
	RangeDel     []*power.HashMap `json:"range_del"`
}

Jump to

Keyboard shortcuts

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