types

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BillRenameItem

type BillRenameItem struct {
	Identifyers map[string]string `json:"identifyers"`
	OutputName  string            `json:"outputname"`
}

BillRenameItem ...

type BillRenameItemList

type BillRenameItemList []BillRenameItem

BillRenameItemList ...

func (*BillRenameItemList) Rename

func (b *BillRenameItemList) Rename(input string, output string) error

Rename ...

func (*BillRenameItemList) Unmarshal

func (b *BillRenameItemList) Unmarshal(path string) error

Unmarshal config for bill items

type RenameConfig

type RenameConfig interface {
	Unmarshal(path string) error
	Rename(input string, output string) error
}

RenameConfig ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL