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
Click to show internal directories.
Click to hide internal directories.