//
pkg.gl
Category
github.com/kobsio/kobs
plugins
plugin-techdocs
pkg
providers
package
0.11.0
Repository:
https://github.com/kobsio/kobs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
40 SLOC
#
Packages
local
No description provided by the author
s3
No description provided by the author
#
Functions
New
New returns a new provider for the given configuration.
#
Constants
LOCAL
LOCAL is the type for the local file system provider, which returns TechDocs from the local file system.
S3
S3 is the type for the S3 provider, which returns TechDocs saved in a S3 bucket.
#
Structs
Config
Config is the structure of the provider config for a TechDocs instance.
#
Interfaces
Provider
Provider is the interface, which must be implemented by each TechDocs provider.
#
Type aliases
Type
Type is the type for the different providers.