Go to file
Alexander Lazarenko 13744f0500
Introduce gRPC-based snapshot client and server functionality.
Implemented gRPC client and server for snapshot management, enabling remote operations like listing, fetching, and downloading snapshots. Updated interfaces to support the new gRPC implementation and integrated server start functionality into the API.
2025-05-07 22:03:03 +03:00
archive Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
examples Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
grpc Introduce gRPC-based snapshot client and server functionality. 2025-05-07 22:03:03 +03:00
hash Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
interfaces Introduce gRPC-based snapshot client and server functionality. 2025-05-07 22:03:03 +03:00
remote Introduce gRPC-based snapshot client and server functionality. 2025-05-07 22:03:03 +03:00
store Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
stores Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
.gitignore Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
api.go Introduce gRPC-based snapshot client and server functionality. 2025-05-07 22:03:03 +03:00
basic_usage Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
errors.go Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
go.mod Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
go.sum Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
Makefile Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
manager.go Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
snapshot.go Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00