package
Version:
v0.15.8
Opens a new window with list of versions in this module.
Published: Aug 1, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func DoDelete(url string, headers map[string]string, l *zap.Logger) ([]byte, error)
-
func DoGet(url string, headers map[string]string, l *zap.Logger) ([]byte, error)
-
func DoPost(url string, headers map[string]string, data io.Reader, l *zap.Logger) ([]byte, error)
DoDelete is the low level call to the backend api for deletes.
DoGet is the low level call to the backend api for gets.
DoPost is the low level call to the backend api for posts.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.