factory

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SchemeFile   = "file"
	SchemeStdout = "stdout"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder interface {
	// Scheme ...
	Scheme() string
	// Build ...
	Build(key string) (zapcore.WriteSyncer, error)
}

Builder ...

func Provider

func Provider(scheme string) Builder

Provider 根据 scheme 获取 Builder

Jump to

Keyboard shortcuts

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