mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 01:42:28 +08:00
6 lines
233 B
Go
6 lines
233 B
Go
// Package apistore provides a kubernetes store.Interface for a ResourceServer
|
|
//
|
|
// This package is responsible for running all the apiserver specific logic
|
|
// before and after sending requests to the StorageServer
|
|
package apistore
|