Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
EntityNotFoundErr = VirgilAPIError{
Message: "Entity was not found",
}
)
Functions ¶
This section is empty.
Types ¶
type VirgilAPIError ¶
func (VirgilAPIError) Error ¶
func (err VirgilAPIError) Error() string
type VirgilHttpClient ¶
type VirgilHttpClient struct { Client HttpClient Address string }
Click to show internal directories.
Click to hide internal directories.