Documentation ¶
Index ¶
Constants ¶
View Source
const ( ID = "mockID" Role = "mock_role" Token = "mock-token" Secret = "mockSecret" Addr = "mock.addr" Path = "mock/path" URL = "https://" + Addr + "/" + Path File = "mock.file" Bucket = "mock-bucket" Collection = "mockcollection" Topic = "mocktopic" )
testing constants, used for consistency across tests
Variables ¶
View Source
var Client = client{nil}
Client expl
View Source
var ClientForbidden = client{errors.New("http error, status 403: forbidden")}
ClientForbidden expl
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.