Documentation
¶
Index ¶
- type V0
- func (a V0) GetFileExtensionConfig() string
- func (a V0) GetFileExtensionForGenre(g1 interfaces.GenreGetter) string
- func (a V0) GetFileExtensionOrganize() string
- func (a V0) GetFileExtensionRepo() string
- func (a V0) GetFileExtensionTag() string
- func (a V0) GetFileExtensionType() string
- func (a V0) GetFileExtensionZettel() string
- func (a V0) GetFileExtensions() interfaces.FileExtensions
- func (a *V0) Reset()
- func (a *V0) ResetWith(b V0)
- type V1
- func (a V1) GetFileExtensionConfig() string
- func (a V1) GetFileExtensionForGenre(g1 interfaces.GenreGetter) string
- func (a V1) GetFileExtensionOrganize() string
- func (a V1) GetFileExtensionRepo() string
- func (a V1) GetFileExtensionTag() string
- func (a V1) GetFileExtensionType() string
- func (a V1) GetFileExtensionZettel() string
- func (a V1) GetFileExtensions() interfaces.FileExtensions
- func (a *V1) Reset()
- func (a *V1) ResetWith(b V1)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type V0 ¶
type V0 struct {
Zettel string `toml:"zettel"`
Organize string `toml:"organize"`
Type string `toml:"typ"`
Tag string `toml:"etikett"`
Repo string `toml:"kasten"`
}
func (V0) GetFileExtensionConfig ¶
func (V0) GetFileExtensionForGenre ¶
func (a V0) GetFileExtensionForGenre( g1 interfaces.GenreGetter, ) string
func (V0) GetFileExtensionOrganize ¶
func (V0) GetFileExtensionRepo ¶
func (V0) GetFileExtensionTag ¶
func (V0) GetFileExtensionType ¶
func (V0) GetFileExtensionZettel ¶
func (V0) GetFileExtensions ¶
func (a V0) GetFileExtensions() interfaces.FileExtensions
type V1 ¶
type V1 struct {
Zettel string `toml:"zettel"`
Organize string `toml:"organize"`
Type string `toml:"type"`
Tag string `toml:"tag"`
Repo string `toml:"repo"`
Config string `toml:"config"`
}
func (V1) GetFileExtensionConfig ¶
func (V1) GetFileExtensionForGenre ¶
func (a V1) GetFileExtensionForGenre( g1 interfaces.GenreGetter, ) string
func (V1) GetFileExtensionOrganize ¶
func (V1) GetFileExtensionRepo ¶
func (V1) GetFileExtensionTag ¶
func (V1) GetFileExtensionType ¶
func (V1) GetFileExtensionZettel ¶
func (V1) GetFileExtensions ¶
func (a V1) GetFileExtensions() interfaces.FileExtensions
Click to show internal directories.
Click to hide internal directories.