Go to file
Alexander Lazarenko 7e9cea9227
Add initial implementation of Agate snapshot library
Introduces core functionality for the Agate library, including snapshot creation, restoration, listing, and deletion. Adds examples for basic usage, gRPC proto definitions, and build/configuration files such as `go.mod` and `Makefile`. The implementation establishes the framework for store integration and placeholder server functionality.
2025-04-24 02:44:16 +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 Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +03:00
hash Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +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 Add initial implementation of Agate snapshot library 2025-04-24 02:44:16 +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