Go to file
aarifullin 76372aac04 [#13] interface: Add methods to CachedChainStorage interface
* Introduce GetOverride, RemoveOverride, ListOverrides
* Implement them in inmemory struct

Signed-off-by: aarifullin <aarifullin@yadro.com>
2023-10-31 17:21:34 +03:00
iam [#4] Add IAM policy unmarshaler 2023-10-23 15:44:34 +03:00
.gitattributes Initial commit 2023-10-04 08:29:00 +00:00
.gitignore Initial commit 2023-10-04 08:29:00 +00:00
.gitlint Initial commit 2023-10-04 08:29:00 +00:00
.golangci.yml Initial commit 2023-10-04 08:29:00 +00:00
.pre-commit-config.yaml Initial commit 2023-10-04 08:29:00 +00:00
chain.go [#13] chain: Introduce ChainID type 2023-10-31 17:21:28 +03:00
chain_names.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
chain_test.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
error.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
glob.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
go.mod [#2] Initial implementation 2023-10-23 10:45:15 +03:00
go.sum [#2] Initial implementation 2023-10-23 10:45:15 +03:00
inmemory.go [#13] interface: Add methods to CachedChainStorage interface 2023-10-31 17:21:34 +03:00
inmemory_test.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
interface.go [#13] interface: Add methods to CachedChainStorage interface 2023-10-31 17:21:34 +03:00
resource.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00
resource_test.go [#2] Initial implementation 2023-10-23 10:45:15 +03:00