Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
pb.UnimplementedAdminServiceServer
// contains filtered or unexported fields
}
Server implements the AdminServiceServer interface.
func NewServer ¶
func NewServer(cache *middleware.CachingMiddleware) *Server
NewServer creates a new Admin Server.
func (*Server) ClearCache ¶
func (s *Server) ClearCache(ctx context.Context, _ *pb.ClearCacheRequest) (*pb.ClearCacheResponse, error)
ClearCache clears the cache.
Click to show internal directories.
Click to hide internal directories.