f5/syslog.go
aozhiwei 25596b9653 1
2020-09-03 20:07:09 +08:00

16 lines
128 B
Go

package f5
type SysLog_ struct {
}
var SysLog *SysLog_
func (this *SysLog_) Init() {
}
func (this *SysLog_) UnInit() {
}