mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-22 21:05:48 +08:00
11 lines
168 B
Go
11 lines
168 B
Go
package certmgr
|
|
|
|
import (
|
|
"github.com/certimate-go/certimate/pkg/core"
|
|
)
|
|
|
|
var (
|
|
ErrNotImplemented = core.ErrNotImplemented
|
|
ErrUnsupported = core.ErrUnsupported
|
|
)
|