sys_enum_upload

package
v0.8.16 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EventState = eventState{
	BeforeCache: enum.New[EventStateEnum](1, "缓存前"),
	AfterCache:  enum.New[EventStateEnum](2, "已缓存"),
	BeforeSave:  enum.New[EventStateEnum](4, "保存前"),
	AfterSave:   enum.New[EventStateEnum](8, "保存后"),
}
View Source
var Upload = upload{
	EventState: EventState,
}

Functions

This section is empty.

Types

type EventStateEnum

type EventStateEnum enum.IEnumCode[int]

Jump to

Keyboard shortcuts

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