summaryrefslogtreecommitdiffstats
path: root/adapter/vppapiclient/vppapiclient_stub.go
AgeCommit message (Collapse)AuthorFilesLines
2019-08-02Migrate to modules, refactor Makefile and use Travis for CIOndrej Fabry1-1/+1
- migrate to Go modules and remove vendor - refactor Makefile - add version package and store version - split extras from the rest - use travis for CI Change-Id: I81b35220653b0f7c9a0fcdd4c527d691ec1e96c1 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
2019-04-05Exposed input_queue_size argument to userOndrej Fabry1-0/+4
Change-Id: If617c61bab4c5ee8ea41ec17932132050bf5cdba Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
2018-10-23Unexport adapter implementations to make it clear that API interfaces should ↵Ondrej Fabry1-10/+10
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/+53
- this implementation is basically Go wrapper around VPP's vppapiclient C library Change-Id: I6f53dc3e228868834bf3a8a00c686ad05e22f3dd Signed-off-by: Ondrej Fabry <ofabry@cisco.com>