Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TranslateErrorf ¶
Types ¶
type Archive ¶
type Archive struct {
// contains filtered or unexported fields
}
func NewArchive ¶
NewArchive creates Archive object by giving absolute path to where the archive files are located
func (*Archive) InstallAPI ¶
InstallAPI installs the api handler functions
type FileActionError ¶
func (*FileActionError) Error ¶
func (fa *FileActionError) Error() string
func (*FileActionError) Unwrap ¶
func (fa *FileActionError) Unwrap() error
type RenameAction ¶
func (*RenameAction) Do ¶
func (ra *RenameAction) Do() error
func (*RenameAction) Undo ¶
func (ra *RenameAction) Undo() error
type SliceOption ¶
type SliceOption func(*sliceOption)
func WithContainsFilter ¶
func WithContainsFilter(filter string, languageTag language.Tag) SliceOption
func WithStringDistanceSort ¶
func WithStringDistanceSort(comp string) SliceOption
type StringSet ¶
type StringSet map[string]struct{}
type TagSet ¶
func (TagSet) AddFileTags ¶
AddFileTags adds tag and increases tag file count
type TagSorter ¶
type TagSorter struct {
// contains filtered or unexported fields
}
func NewTagSorter ¶
type TranslateError ¶
type TranslateError struct {
// contains filtered or unexported fields
}
func (*TranslateError) Error ¶
func (ta *TranslateError) Error() string
Click to show internal directories.
Click to hide internal directories.