 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ErrSeekNegativePosition errorkit.Error = "iokit: negative position"
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
	// contains filtered or unexported fields
}
    Buffer is an in-memory io.ReadWriteSeeker implementation
type SyncReadWriter ¶
type SyncReadWriter struct {
	// ReadWriter is the protected io.ReadWriter
	ReadWriter io.ReadWriter
	// Locker is an optional sync.Locker value if you need to share locking between different multiple SyncReader.
	//
	// Default: sync.Mutex
	Locker sync.Locker
}
    type SyncReader ¶
 Click to show internal directories. 
   Click to hide internal directories.