Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindInPaths ¶
func GetTimeFromDuration ¶
Types ¶
type BufCanBeNotified ¶
type BufCanBeNotified interface {
Subscribe(c chan bool)
}
标识该buf在有数据写入时会通知下游,下游传入一个chan bool,当有数据时就会通知
type BufWithNotify ¶
type BufWithNotify struct {
// contains filtered or unexported fields
}
func (*BufWithNotify) Subscribe ¶
func (b *BufWithNotify) Subscribe(c chan bool)
type ZipReadCloser ¶
type ZipReadCloser struct { Zip io.ReadCloser Low io.ReadCloser }
func (*ZipReadCloser) Close ¶
func (z *ZipReadCloser) Close() error
Click to show internal directories.
Click to hide internal directories.