package
Version:
v0.0.0-...-34558e8
Opens a new window with list of versions in this module.
Published: Oct 5, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func InitiateClient() bool
InitiateClient - Initialize the database client
type Document struct {
Key string `json:"_id"`
FileContent string `json:"fileContent"`
}
type RawDocument struct {
FileContent string `json:"fileContent"`
CreatedAt int64 `json:"createdAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.