Versions in this module Expand all Collapse all v0 v0.1.2 Nov 19, 2024 v0.1.0 Nov 19, 2024 Changes in this version + func InitSwagger(c Config) + type ApiInfo struct + Description string + OperationId string + Tags []string + func GetApiInfo(swaggerJson string) []ApiInfo + type Config struct + DebugMode bool + Options []func(*ginSwagger.Config) + Port int + R *gin.Engine + UrlPrefix string + type PathItem map[string]ApiInfo + type Swagger struct + Paths map[string]PathItem