package
Version:
v0.0.0-...-15aa785
Opens a new window with list of versions in this module.
Published: Sep 20, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LogNoticeInterface interface {
Notice(msg string, fields ...zap.Field)
}
错误日志通知接口
type OBSInterface interface {
PutObject(bucketName, objectName string, reader io.Reader) (string, error)
PutFile(bucketName, objectName, filePath string) (string, error)
GetSignedUrl(bucket, objectName string, headers map[string]string) (string, http.Header, error)
}
obs抽象
Source Files
¶
Click to show internal directories.
Click to hide internal directories.