Documentation ¶
Index ¶
- func Bootstrap() *bootstrap
- type DataPlane
- func (dp *DataPlane) Configured() bool
- func (dp *DataPlane) Delete(path string, header http.Header) (*http.Response, error)
- func (dp *DataPlane) Get(path string, header http.Header) (*http.Response, error)
- func (dp *DataPlane) Head(path string, header http.Header) (*http.Response, error)
- func (dp *DataPlane) Patch(path string, header http.Header, body io.Reader) (*http.Response, error)
- func (dp *DataPlane) Post(path string, header http.Header, body io.Reader) (*http.Response, error)
- func (dp *DataPlane) Put(path string, header http.Header, body io.Reader) (*http.Response, error)
- func (dp *DataPlane) Stop()
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.