Documentation
¶
Index ¶
- Variables
- func BFloat64(b []byte) (float64, error)
- func BInt(b []byte) (int, error)
- func FileExists(filename string) bool
- func SFloat64(val string) (float64, error)
- func SInt(val string) (int, error)
- func SearchFileByInode(d string, fstat *FStat) (string, error)
- func WritePos(filename string, pos int64, fstat *FStat) error
- type FStat
- type FilePos
- type Reader
- type Stats
Constants ¶
This section is empty.
Variables ¶
View Source
var AllFlagOK = 3
AllFlagOK : all OK
View Source
var PtimeFlag = 1
PtimeFlag : ptime is exists
View Source
var StatusFlag = 2
StatusFlag : stattus is exists
Functions ¶
func SearchFileByInode ¶ added in v0.0.5
SearchFileByInode :
Types ¶
type FStat ¶ added in v0.0.5
FStat :
func (*FStat) IsNotRotated ¶ added in v0.0.5
IsNotRotated :
type FilePos ¶ added in v0.0.5
type FilePos struct {
Pos int64 `json:"pos"`
Time float64 `json:"time"`
Inode uint64 `json:"inode"`
Dev uint64 `json:"dev"`
}
FilePos :
Click to show internal directories.
Click to hide internal directories.