Versions in this module Expand all Collapse all v0 v0.1.0 Dec 5, 2017 Changes in this version + func NewServer(addr, templateDir, staticDir, namespace, uuid, webpackDevServer string, ...) *http.Server + type MockApiClient struct + func (m MockApiClient) ListPods(ctx context.Context, in *pb.Empty, opts ...grpc.CallOption) (*pb.ListPodsResponse, error) + func (m MockApiClient) Stat(ctx context.Context, in *pb.MetricRequest, opts ...grpc.CallOption) (*pb.MetricResponse, error) + func (m MockApiClient) Tap(context.Context, *pb.TapRequest, ...grpc.CallOption) (pb.Api_TapClient, error) + func (m MockApiClient) Version(ctx context.Context, in *pb.Empty, opts ...grpc.CallOption) (*pb.VersionInfo, error) + type Server struct + func FakeServer() Server + func (s *Server) RenderTemplate(w http.ResponseWriter, templateFile, templateName string, args interface{}) error + func (s *Server) ServeHTTP(w http.ResponseWriter, req *http.Request)