utils

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RotateWriter

type RotateWriter struct {
	// contains filtered or unexported fields
}

RotateWriter 是一个简单的日志轮转写入器

func NewRotateWriter

func NewRotateWriter(filePath string, maxSize int64) (*RotateWriter, error)

NewRotateWriter 创建一个新的 RotateWriter 实例

func (*RotateWriter) CheckFileSize

func (rw *RotateWriter) CheckFileSize() error

CheckFileSize 检查当前文件大小

func (*RotateWriter) Close

func (rw *RotateWriter) Close() error

Close 关闭 RotateWriter

func (*RotateWriter) Write

func (rw *RotateWriter) Write(p []byte) (n int, err error)

Write 实现 io.Writer 接口

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL