issues
search
foltik
/
vyos-client-go
VyOS Router HTTP API Client in Go (WIP)
MIT License
4
stars
6
forks
source link
v0.2.4
#2
Closed
foltik
closed
2 years ago
foltik
commented
2 years ago
New:
SetTree supports arrays (thanks @thomasfinstad)
SetTree supports creating empty maps (thanks @angelnu)
Add DeleteTree
Add Save, SaveFile
Add LoadFile
Cleanup:
Update to go 1.18
Replace interface{} with any
Rename data -> payload
Use imperative tense in comments
Move Flatten to its own module
New:
Cleanup: