Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Oas string
Functions ¶
Types ¶
type OnlineDocHandler ¶
type OnlineDocHandler interface { GetDoc(w http.ResponseWriter, r *http.Request) GetOpenAPI(w http.ResponseWriter, r *http.Request) }
func NewOnlineDocHandler ¶
func NewOnlineDocHandler() OnlineDocHandler
type OnlineDocHandlerImpl ¶
type OnlineDocHandlerImpl struct { }
func (*OnlineDocHandlerImpl) GetDoc ¶
func (receiver *OnlineDocHandlerImpl) GetDoc(_writer http.ResponseWriter, _req *http.Request)
func (*OnlineDocHandlerImpl) GetOpenAPI ¶
func (receiver *OnlineDocHandlerImpl) GetOpenAPI(_writer http.ResponseWriter, _req *http.Request)
Click to show internal directories.
Click to hide internal directories.