Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectServer ¶
type ObjectServer struct {
// contains filtered or unexported fields
}
func NewObjectServer ¶
func NewObjectServer(baseDir string, maxCachedBytes uint64, objectServerAddress string, logger log.DebugLogger) (*ObjectServer, error)
func (*ObjectServer) GetObjects ¶
func (objSrv *ObjectServer) GetObjects(hashes []hash.Hash) ( objectserver.ObjectsReader, error)
func (*ObjectServer) LinkObject ¶
func (*ObjectServer) WriteHtml ¶
func (objSrv *ObjectServer) WriteHtml(writer io.Writer)
Click to show internal directories.
Click to hide internal directories.