fix oss build

This commit is contained in:
Stefan Schwarz 2019-05-14 17:28:15 +02:00
parent b7737a4a89
commit a093990d0b

View file

@ -27,7 +27,7 @@ type Server struct {
}
// NewServer returns a new metrics server.
func NewServer(session core.Session) *Server {
func NewServer(session core.Session, anonymous bool) *Server {
return new(Server)
}