Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed icon.png DefaultIconBytes []byte )
Functions ¶
func GetBlockedServerList ¶
func GetBlockedServerList() error
func IsBlockedAddress ¶
Types ¶
type MutexArray ¶
type MutexArray[K comparable] struct { List []K Mutex *sync.Mutex }
func (*MutexArray[K]) Has ¶
func (m *MutexArray[K]) Has(value K) bool
Click to show internal directories.
Click to hide internal directories.