]> go.fuhry.dev Git - runtime.git/commit
Add ephs ("ephemeral filesystem")
authorDan Fuhry <dan@fuhry.com>
Thu, 6 Nov 2025 11:53:00 +0000 (06:53 -0500)
committerDan Fuhry <dan@fuhry.com>
Sun, 9 Nov 2025 12:24:03 +0000 (07:24 -0500)
commit205b24ba86f02f273a80bda8efa24fefe3f90933
tree7aa4a6f2609605d1bb7a890f334b63c1d6c7984e
parent33d9311cc439bb8f500ff44c9a194920706d0504
Add ephs ("ephemeral filesystem")
18 files changed:
config_watcher/backend_ephs.go [new file with mode: 0644]
config_watcher/backend_local.go [new file with mode: 0644]
config_watcher/watcher.go [new file with mode: 0644]
ephs/client.go [new file with mode: 0644]
ephs/servicer/acl.go [new file with mode: 0644]
ephs/servicer/acl_test.go [new file with mode: 0644]
ephs/servicer/fs_object.go [new file with mode: 0644]
ephs/servicer/s3.go [new file with mode: 0644]
ephs/servicer/servicer.go [new file with mode: 0644]
ephs/servicer/writer.go [new file with mode: 0644]
proto/service/ephs/Makefile [new file with mode: 0644]
proto/service/ephs/service.pb.go [new file with mode: 0644]
proto/service/ephs/service.proto [new file with mode: 0644]
proto/service/ephs/service_grpc.pb.go [new file with mode: 0644]
proto/service/ephs/types.pb.go [new file with mode: 0644]
proto/service/ephs/types.proto [new file with mode: 0644]
utils/stringmatch/serialization2.go [new file with mode: 0644]
utils/stringmatch/serialization2_test.go [new file with mode: 0644]