Documentation ¶
Index ¶
- func BecauseQuantity(name string, expected, actual int) string
- func Ensure(root string) error
- func JoinCwd(segments ...string) string
- func Log() string
- func Normalise(p string) string
- func Path(parent, relative string) string
- func Reason(name string) string
- func Repo(relative string) string
- func Root() string
- type CustomFilter
- type Directory
- type DummyCreator
- type File
- type Tree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BecauseQuantity ¶ added in v0.4.0
Types ¶
type CustomFilter ¶
func (*CustomFilter) Description ¶
func (f *CustomFilter) Description() string
func (*CustomFilter) IsApplicable ¶
func (f *CustomFilter) IsApplicable(_ *nav.TraverseItem) bool
func (*CustomFilter) IsMatch ¶
func (f *CustomFilter) IsMatch(item *nav.TraverseItem) bool
func (*CustomFilter) Scope ¶
func (f *CustomFilter) Scope() nav.FilterScopeBiEnum
func (*CustomFilter) Source ¶
func (f *CustomFilter) Source() string
func (*CustomFilter) Validate ¶
func (f *CustomFilter) Validate()
type DummyCreator ¶ added in v0.1.12
type DummyCreator struct {
Invoked bool
}
func (*DummyCreator) Create ¶ added in v0.1.12
func (dc *DummyCreator) Create(_ *i18n.LanguageInfo, _ string) (*i18n.Localizer, error)
Click to show internal directories.
Click to hide internal directories.