mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 15:45:43 -06:00
add doc.go
This commit is contained in:
parent
9fa906ab80
commit
53f16521a7
5
pkg/storage/unified/apistore/doc.go
Normal file
5
pkg/storage/unified/apistore/doc.go
Normal file
@ -0,0 +1,5 @@
|
||||
// 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
|
5
pkg/storage/unified/entitybridge/doc.go
Normal file
5
pkg/storage/unified/entitybridge/doc.go
Normal file
@ -0,0 +1,5 @@
|
||||
// Package entitybridge implements an ResourceServer using existing EntityAPI contracts
|
||||
//
|
||||
// This package will be removed and replaced with a more streamlined SQL implementation
|
||||
// that leverages what we have learned from the entity deployments so far
|
||||
package entitybridge
|
2
pkg/storage/unified/resource/doc.go
Normal file
2
pkg/storage/unified/resource/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package resource creates a ResourceServer that handles generic storage operations
|
||||
package resource
|
Loading…
Reference in New Issue
Block a user