Documentation ¶
Overview ¶
Package keepstore implements the keepstore service component and back-end storage drivers.
It is an internal module, only intended to be imported by /cmd/arvados-server and other server-side components in this repository.
Index ¶
Constants ¶
View Source
const BlockSize = 1 << 26
Maximum size of a keep block is 64 MiB.
Variables ¶
View Source
var (
Command = service.Command(arvados.ServiceNameKeepstore, newHandlerOrErrorHandler)
)
Functions ¶
func SetCORSHeaders ¶
func SetCORSHeaders(w http.ResponseWriter)
Types ¶
type PullListItem ¶
Click to show internal directories.
Click to hide internal directories.