# README
swagger
This is for swaggo extension library to set extra variables.
go get github.com/worldline-go/utility/swagger
# Functions
No description provided by the author
WithBasePath sets the base path of the API.
WithCustom sets the custom data to be used in the swagger template.
WithDelims sets the delimiters to be used in the SetInfo function.
WithDescription sets the description of the API.
WithHost sets the host of the API.
WithInfoInstanceName sets the name of the swagger instance to be used.
WithSchemes sets the schemes of the API.
WithTitle sets the title of the API.
WithVersion sets the version of the API.
# Type aliases
No description provided by the author