interfaces

package
v0.0.0-...-15aa785 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogNoticeInterface

type LogNoticeInterface interface {
	Notice(msg string, fields ...zap.Field)
}

错误日志通知接口

type OBSInterface

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抽象

Jump to

Keyboard shortcuts

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