//
pkg.gl
Category
github.com/mheyse/adbfs
internal
util
package
0.0.1
Repository:
https://github.com/mheyse/adbfs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
2
Files
184 SLOC
#
Functions
NewDirtyTimestamp
No description provided by the author
#
Variables
SystemClock
Wraps time.Now().
TestClock
A mock Clock object that can be used for tests.
#
Structs
DirtyTimestamp
DirtyTimestamp is a boolean flag that knows the last time it was set from false to true.
GrowableByteSlice
Buffer is used to hold file data in memory.
#
Interfaces
Clock
No description provided by the author
#
Type aliases
AtomicBool
No description provided by the author
MockClock
No description provided by the author