Documentation ¶
Index ¶
- type BrowserProxy
- func (b BrowserProxy) Get(ctx context.Context, req BrowserRequestGet) (resp HTTPResponseWithRequestPayloadGet, err error)
- func (b BrowserProxy) GetAll(ctx context.Context, req BrowserRequestGet) (resp HTTPResponseWithRequestPayloadGet, err error)
- func (b BrowserProxy) Put(ctx context.Context, req BrowserRequestPut) (resp HTTPResponseWithRequestPayloadPut, err error)
- func (b BrowserProxy) PutAll(ctx context.Context, req BrowserRequestPut) (resp HTTPResponseWithRequestPayloadPut, err error)
- type BrowserRequestGet
- type BrowserRequestPut
- type HTTPResponseWithRequestPayloadGet
- type HTTPResponseWithRequestPayloadPut
- type Item
- type ItemId
- type RequestPayloadGet
- type RequestPayloadPut
- type Url
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserProxy ¶
func (BrowserProxy) Get ¶
func (b BrowserProxy) Get( ctx context.Context, req BrowserRequestGet, ) (resp HTTPResponseWithRequestPayloadGet, err error)
TODO refactor common out
func (BrowserProxy) GetAll ¶
func (b BrowserProxy) GetAll( ctx context.Context, req BrowserRequestGet, ) (resp HTTPResponseWithRequestPayloadGet, err error)
TODO refactor common out
func (BrowserProxy) Put ¶
func (b BrowserProxy) Put( ctx context.Context, req BrowserRequestPut, ) (resp HTTPResponseWithRequestPayloadPut, err error)
TODO refactor common out
func (BrowserProxy) PutAll ¶
func (b BrowserProxy) PutAll( ctx context.Context, req BrowserRequestPut, ) (resp HTTPResponseWithRequestPayloadPut, err error)
TODO refactor common out
type BrowserRequestGet ¶
type BrowserRequestGet struct{}
func (BrowserRequestGet) MakeHTTPRequest ¶
func (BrowserRequestGet) MakeHTTPRequest() (req *http.Request, err error)
type BrowserRequestPut ¶
type BrowserRequestPut RequestPayloadPut
func (BrowserRequestPut) MakeHTTPRequest ¶
func (br BrowserRequestPut) MakeHTTPRequest() (req *http.Request, err error)
type HTTPResponseWithRequestPayloadGet ¶
type HTTPResponseWithRequestPayloadGet struct { *http.Response RequestPayloadGet }
type HTTPResponseWithRequestPayloadPut ¶
type HTTPResponseWithRequestPayloadPut struct { *http.Response RequestPayloadPut }
type Item ¶
type ItemId ¶
type RequestPayloadPut ¶
Click to show internal directories.
Click to hide internal directories.