Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type OpenFileFunc ¶
var OpenFile OpenFileFunc = os.OpenFile
type SyncRepo ¶
type SyncRepo struct {
// contains filtered or unexported fields
}
SyncRepo is TinyFile struct controller. that wach some signal and ma
func (*SyncRepo) New ¶
func (sr *SyncRepo) New(path string) (*TinyWriter, error)
create SyncRepository
type TinyWriter ¶
type TinyWriter struct {
// contains filtered or unexported fields
}
TinyWriter is zapcore.WriteSyncer
func (*TinyWriter) Close ¶
func (s *TinyWriter) Close() error
func (*TinyWriter) ReOpen ¶
func (s *TinyWriter) ReOpen() error
func (*TinyWriter) Sync ¶
func (s *TinyWriter) Sync() error
Click to show internal directories.
Click to hide internal directories.