system

package
v1.17.9 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flag

type Flag interface {
	IsSet() bool
	Set()
	Clear()
}

type ICache

type ICache interface {
	Put(int64, ISystemObject)
	Remove(int64, ISystemObject)
	Get(int64) (ISystemObject, bool)
	Size() int
	ForEachValue(func(ISystemObject))
	Load(map[int64]ISystemObject)
	Clear()
	OnChanged(func())
}

type ID

type ID = uint64

type ISystemObject

type ISystemObject interface {
}

type ITimedTokenGenerator

type ITimedTokenGenerator interface {
	Generate() string
	IsValid(string) bool
	Size() int
}

type Pointer

type Pointer interface{}

Jump to

Keyboard shortcuts

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