Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultClient ¶
Types ¶
type ContextAccessor ¶
func BackgroundContext ¶
func BackgroundContext() ContextAccessor
func TodoContext ¶
func TodoContext() ContextAccessor
func (ContextAccessor) Context ¶
func (c ContextAccessor) Context() context.Context
type ReadOnlyFile ¶
type ReadOnlyFile struct{}
func (ReadOnlyFile) Truncate ¶
func (ReadOnlyFile) Truncate(int64) error
Truncate implements afero.File.
func (ReadOnlyFile) Write ¶
func (ReadOnlyFile) Write([]byte) (n int, err error)
Write implements afero.File.
func (ReadOnlyFile) WriteAt ¶
func (ReadOnlyFile) WriteAt([]byte, int64) (n int, err error)
WriteAt implements afero.File.
func (ReadOnlyFile) WriteString ¶
func (ReadOnlyFile) WriteString(string) (ret int, err error)
WriteString implements afero.File.
type ReadOnlyFs ¶ added in v0.0.21
type ReadOnlyFs = afero.ReadOnlyFs
Click to show internal directories.
Click to hide internal directories.