Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TestDBConfig is the default test database configuration. TestDBConfig = "host=localhost user=tinyci password=tinyci" // DummyToken is a fake oauth2 token. DummyToken = &types.OAuthToken{Token: "123456"} )
Functions ¶
func JSONIO ¶
func JSONIO(from, to interface{}) error
JSONIO uses json serialization to convert from one struct to another p.s. this is terrible
func RandHexString ¶
RandHexString creates random hexadecimal strings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.