Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractParser ¶
type AbstractParser struct {
Parserfactory OfsResponseParserFactory
}
func (*AbstractParser) ParseData ¶
func (a *AbstractParser) ParseData(ofsResponseData string) ([]model.OfsDataField, error)
type OfsResponseDataParser ¶
type OfsResponseDataParser interface { GetOfsName() string GetOfsValue() string GetMvPosition() int GetSvPosition() int }
OfsResponseDataParser is an interface for parsing OFS response data.
type OfsResponseParserFactory ¶
type OfsResponseParserFactory interface {
GetOfsResponseParser(responseData string) (OfsResponseDataParser, error)
}
Click to show internal directories.
Click to hide internal directories.