Skip to content

Commit

Permalink
final refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MickMake committed Feb 18, 2022
1 parent d1eb8b4 commit 1489baf
Show file tree
Hide file tree
Showing 37 changed files with 558 additions and 2,269 deletions.
222 changes: 127 additions & 95 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions cmd/cmd_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ func cmdApiGetFunc(cmd *cobra.Command, args []string) {
Cmd.Error = hey1.GetError()
break
}
fmt.Printf("EndPoint: %v\n", hey1)
fmt.Printf("EndPoint: %v\n", hey1.GetUrl())
fmt.Printf("Request: %s\n", hey1.RequestString())
fmt.Printf("EndPoint: %s\n", hey1.ResponseString())

hey1 = hey1.Call()
if hey1.IsError() {
Expand Down
10 changes: 0 additions & 10 deletions iSolarCloud/TEMPLATE/fix.sh

This file was deleted.

39 changes: 0 additions & 39 deletions iSolarCloud/TEMPLATE/pkgreflect.go

This file was deleted.

123 changes: 0 additions & 123 deletions iSolarCloud/TEMPLATE/template.go

This file was deleted.

198 changes: 0 additions & 198 deletions iSolarCloud/TEMPLATE/templateResponse.go

This file was deleted.

0 comments on commit 1489baf

Please sign in to comment.