const classcamGoPlugin::GoDocs
sys::Obj camGoPlugin::GoDocs : camembert::PluginDocs
GoDocs, provides acces to go documentation
- _goDoc
- const AtomicInt _goDoc := AtomicInt.<ctor>(0)
- customCss
- Str customCss()
- dis
- virtual override Str dis()- User friendly dsplay name 
- findSrc
- virtual override FileItem? findSrc(Str query)- Return a FileItem for the document matching the current source file (if known) TODO : when open item is a source file 
- html
- virtual override Str html(WebReq req, Str query, MatchKind matchKind)- Return html for a given path Note, the query will be prefixed with the plugin name for example /fantom/fwt::Button 
- icon
- virtual const override Image? icon := ...
- index
- Void index()
- isIndexing
- const AtomicBool isIndexing := AtomicBool.<ctor>(false)
- pluginName
- virtual override Str pluginName()- name of the plugin responsible 
- run
- Void run()