Documentation ¶
Index ¶
- type Parser
- type ParserOption
- func Albums(albums string) ParserOption
- func AlbumsProgressBar(progressBar *pb.ProgressBar) ParserOption
- func AttachemtProgressBar(progressBar *pb.ProgressBar) ParserOption
- func DialogPagesProgressBar(progressBar *pb.ProgressBar) ParserOption
- func Dialogs(dialogs string) ParserOption
- func DialogsProgressBar(progressBar *pb.ProgressBar) ParserOption
- func Encoding(encoding string) ParserOption
- func Source(path string) ParserOption
- func Types(types string) ParserOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) StartParser ¶
type ParserOption ¶
type ParserOption = func(parser *Parser)
func Albums ¶
func Albums(albums string) ParserOption
func AlbumsProgressBar ¶
func AlbumsProgressBar(progressBar *pb.ProgressBar) ParserOption
func AttachemtProgressBar ¶
func AttachemtProgressBar(progressBar *pb.ProgressBar) ParserOption
func DialogPagesProgressBar ¶
func DialogPagesProgressBar(progressBar *pb.ProgressBar) ParserOption
func Dialogs ¶
func Dialogs(dialogs string) ParserOption
func DialogsProgressBar ¶
func DialogsProgressBar(progressBar *pb.ProgressBar) ParserOption
func Encoding ¶
func Encoding(encoding string) ParserOption
func Source ¶
func Source(path string) ParserOption
func Types ¶
func Types(types string) ParserOption
Click to show internal directories.
Click to hide internal directories.