Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ILibibHelper ¶
type ILibibHelper interface { SubmitForm(cmd types.ICommand, wanted types.ISBNBooks) (submitResults, error) GetISBNFromSuccessResult(cmd types.ICommand, results submitResults) ([]string, error) ValidateResults(cmd types.ICommand, wanted types.ISBNBooks, submittedISBNs []string) error SaveResults(cmd types.ICommand, s []string) error GetQueryParamsFromSuccessResults(cmd types.ICommand, results submitResults) ([]string, error) }
func NewLibinHelper ¶
func NewLibinHelper(cmd types.ICommand, cfg types.LibrarySettings) ILibibHelper
Click to show internal directories.
Click to hide internal directories.