Documentation ¶
Overview ¶
Package examplehorizonclient provides a dummy client for use with the GoDoc examples.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTestNetClient = Client{}
DefaultTestNetClient is a simple mock
Functions ¶
This section is empty.
Types ¶
type AccountRequest ¶
type AccountRequest struct {
AccountID string
}
AccountRequest is a simple mock
type Client ¶
type Client struct { }
Client is a simple mock
func (*Client) AccountDetail ¶
func (client *Client) AccountDetail(req AccountRequest) (hProtocol.Account, error)
AccountDetail returns a minimal, static Account object
Click to show internal directories.
Click to hide internal directories.