summaryrefslogtreecommitdiffstats
path: root/adapter/vppapiclient/stat_client_stub.go
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23Unexport adapter implementations to make it clear that API interfaces should ↵Ondrej Fabry1-8/+8
be used - this decision was made to follow more idiomatic Go, described in https://golang.org/doc/effective_go.html#generality Change-Id: I341556c792df77ca35a60a1e4afc541482f23734 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
2018-10-22Introduce StatsAPI and it's initial implementationOndrej Fabry1-0/+45
- this implementation is basically Go wrapper around VPP's vppapiclient C library Change-Id: I6f53dc3e228868834bf3a8a00c686ad05e22f3dd Signed-off-by: Ondrej Fabry <ofabry@cisco.com>