Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrResponseIncomplete = errors.New("response payload is not complete") ErrResponseMalformed = errors.New("response payload contains invalid data") )
Functions ¶
func PrepareGS1Server ¶
Types ¶
type QueryVersion ¶
type QueryVersion int
const ( VerUnknown QueryVersion = iota VerVanilla VerAM VerGS1 )
func (QueryVersion) String ¶
func (ver QueryVersion) String() string
Click to show internal directories.
Click to hide internal directories.