refactor: Decompose index func
This commit is contained in:
8
pkg/config/error.go
Normal file
8
pkg/config/error.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrUnsupportedEncryptionFormat = errors.New("unsupported encryption format")
|
||||
ErrUnsupportedCompressionFormat = errors.New("unsupported compression format")
|
||||
)
|
||||
Reference in New Issue
Block a user