Documentation
¶
Index ¶
Constants ¶
View Source
const ( // XFormContentType defines the form encoding mime type. XFormContentType = "application/x-www-form-urlencoded" ErrUnsupportedType = edn.ErrorMessage("Unsupported type") // ErrNoServiceImpl defines a service implementation error. ErrNoServiceImpl = edn.ErrorMessage("No service implementation") // ErrInvalidCertificate defines an invalid certificate. ErrInvalidCertificate = edn.ErrorMessage("Invalid certificate") // SourceName defines the http source type name. SourceName = "http" )
View Source
const ( // ErrServiceError defines a service error. ErrServiceError = edn.ErrorMessage("Service call failed") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.