feature

package
v3.88.1 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ForceSkipBinaries  atomic.Bool
	ForceSkipArchives  atomic.Bool
	SkipAdditionalRefs atomic.Bool
	EnableAPKHandler   atomic.Bool
	UserAgentSuffix    AtomicString
)

Functions

This section is empty.

Types

type AtomicString added in v3.82.2

type AtomicString struct {
	// contains filtered or unexported fields
}

func (*AtomicString) Load added in v3.82.2

func (as *AtomicString) Load() string

Load returns the current value of the atomic string

func (*AtomicString) Store added in v3.82.2

func (as *AtomicString) Store(newValue string)

Store sets the value of the atomic string

func (*AtomicString) Swap added in v3.82.2

func (as *AtomicString) Swap(newValue string) string

Swap atomically swaps the current string with a new one and returns the old value

Jump to

Keyboard shortcuts

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