package server import "net/http" type Service interface { GetMeta() map[string]http.Handler }