Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPipeline ¶
func RegisterPipeline(f *Factory)
Types ¶
type BswtanResult ¶
type BswtanResult struct { URL string `mapstructure:"_url"` Title string `mapstructure:"title"` Author string `mapstructure:"author"` ChapterTitle string `mapstructure:"chapter_title"` Content string `mapstructure:"content"` }
func (*BswtanResult) GetAuthor ¶
func (b *BswtanResult) GetAuthor() string
func (*BswtanResult) GetChapterTitle ¶
func (b *BswtanResult) GetChapterTitle() string
func (*BswtanResult) GetContent ¶
func (b *BswtanResult) GetContent() string
func (*BswtanResult) GetDir ¶
func (b *BswtanResult) GetDir() string
func (*BswtanResult) GetFilename ¶
func (b *BswtanResult) GetFilename() string
func (*BswtanResult) GetTitle ¶
func (b *BswtanResult) GetTitle() string
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func (*Factory) RegisterPipeline ¶
Click to show internal directories.
Click to hide internal directories.