Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookSearchResult ¶
BookSearchResult stores the name of the book and the index of the last word in the tokenized string.
type Config ¶
type Config struct { OwnerID string `yaml:"ownerID"` APIBible string `yaml:"apiBible"` IsDryRun bool `yaml:"dry"` AccessKey string `yaml:"accessKey"` LetsEncryptEmail string `yaml:"letsEncryptEmail"` DecryptionKey string `yaml:"decryptionKey"` EncryptedFiles []string `yaml:"encryptedFiles"` }
Config is based off config.yml.
Click to show internal directories.
Click to hide internal directories.