Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { // error message Message string `json:"errMessage,omitempty"` }
ErrorResponse to send error message in the response.
type UNIRegistrar ¶
type UNIRegistrar struct { DriverURL string `json:"driverURL,omitempty"` Options map[string]string `json:"options,omitempty"` }
UNIRegistrar uni-registrar.
Click to show internal directories.
Click to hide internal directories.