Пример #1
0
func (objClient *ObjectClient) GetObject(hashVal hash.Hash) (
	uint64, io.ReadCloser, error) {
	return objectserver.GetObject(objClient, hashVal)
}
Пример #2
0
func (objSrv *ObjectServer) GetObject(hashVal hash.Hash) (
	uint64, io.ReadCloser, error) {
	return objectserver.GetObject(objSrv, hashVal)
}