Method
SetConfig
(ctx context.Context, userID string, cfg userconfig.Config)
Source from the content-addressed store, hash-verified
| 49 | |
| 50 | GetConfig(ctx context.Context, userID string) (userconfig.View, error) |
| 51 | SetConfig(ctx context.Context, userID string, cfg userconfig.Config) error |
| 52 | |
| 53 | GetAllConfigs(ctx context.Context) (map[string]userconfig.View, error) |
| 54 | GetConfigs(ctx context.Context, since userconfig.ID) (map[string]userconfig.View, error) |
Implementers 4
timedpkg/configs/db/timed.go tracedpkg/configs/db/traced.go DBpkg/configs/db/postgres/postgres.go DBpkg/configs/db/memory/memory.go
Tested by
no test coverage detected