Skip to content
Snippets Groups Projects
Commit c53dc06f authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

comment of function

parent af0b92ef
No related branches found
No related tags found
2 merge requests!120Resolve "Code Quality",!90Develop
Pipeline #67271 passed with warnings
...@@ -18,6 +18,7 @@ func init() { ...@@ -18,6 +18,7 @@ func init() {
builder = &strings.Builder{} builder = &strings.Builder{}
} }
// HTTPGet sends sends requests from the CLI to the gosdn HTTP API and processes any response data
func HTTPGet(apiEndpoint, f string, args ...string) error { func HTTPGet(apiEndpoint, f string, args ...string) error {
for _, p := range args { for _, p := range args {
builder.WriteString("&") builder.WriteString("&")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment