mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-06 03:36:25 +00:00
added golint dependecy to travis-ci.yml
This commit is contained in:
parent
4a40cce344
commit
8e7100b367
@ -4,6 +4,7 @@ stages:
|
||||
- test
|
||||
|
||||
before_script:
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- go get -u github.com/kardianos/govendor
|
||||
- mkdir -p /go/src/github.com/partitio
|
||||
- cp -r $CI_PROJECT_DIR /go/src/github.com/partitio/gonextcloud
|
||||
|
@ -5,6 +5,7 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
//Monitoring return nextcloud monitoring statistics
|
||||
func (c *Client) Monitoring() (*types.Monitoring, error) {
|
||||
res, err := c.baseRequest(routes.monitor, "", "", nil, http.MethodGet)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user