Documentation
¶
Index ¶
Constants ¶
View Source
const MaxInt = int(MaxUint >> 1)
View Source
const MaxUint = ^uint(0)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeApi ¶
type FakeApi struct {
Mux *http.ServeMux
Server *httptest.Server
TokenCounter int
TokenRefreshCounter int
MaxTokenRefresh int
TokenExpiresIn int
// contains filtered or unexported fields
}
func NewFakeApi ¶
func NewFakeApi() *FakeApi
func (*FakeApi) TeardownFakeApi ¶
func (api *FakeApi) TeardownFakeApi()
Click to show internal directories.
Click to hide internal directories.