Documentation ¶
Index ¶
- Constants
- Variables
- func Init(ctx context.Context, opts ...Option) (func(), error)
- func InitGinEngine(r router.IRouter) *gin.Engine
- func InitOCSPServer(ctx context.Context, handler http.Handler) func()
- func InitOcspEngine(r *api.OcspAPI) *http.ServeMux
- func InitTLSServer(ctx context.Context, handler http.Handler) func()
- func Run(ctx context.Context, opts ...Option) error
- type Injector
- type Option
Constants ¶
View Source
const AppOcspType = "ocsp"
View Source
const AppTlsType = "tls"
Variables ¶
Functions ¶
func InitOCSPServer ¶
InitOCSPServer OCSP 服务
func InitTLSServer ¶
InitTLSServer TLS 服务
Types ¶
Click to show internal directories.
Click to hide internal directories.