Documentation ¶
Index ¶
- Constants
- func ContentRequestUrl(endpoint string) string
- func New(name string, ctl app_control.Control, token api_auth.Context) dbx_context.Context
- func NewMock(name string, ctl app_control.Control) dbx_context.Context
- func NewReplayMock(name string, ctl app_control.Control, replay kv_storage.Storage) dbx_context.Context
- func NewSeqReplayMock(name string, ctl app_control.Control, rr []nw_replay.Response) dbx_context.Context
- func RpcRequestUrl(base, endpoint string) string
Constants ¶
View Source
const ( RpcEndpoint = "api.dropboxapi.com" NotifyEndpoint = "notify.dropboxapi.com" ContentEndpoint = "content.dropboxapi.com" )
Variables ¶
This section is empty.
Functions ¶
func ContentRequestUrl ¶
func New ¶
func New(name string, ctl app_control.Control, token api_auth.Context) dbx_context.Context
func NewMock ¶
func NewMock(name string, ctl app_control.Control) dbx_context.Context
func NewReplayMock ¶
func NewReplayMock(name string, ctl app_control.Control, replay kv_storage.Storage) dbx_context.Context
func NewSeqReplayMock ¶
func NewSeqReplayMock(name string, ctl app_control.Control, rr []nw_replay.Response) dbx_context.Context
func RpcRequestUrl ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.