mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-19 20:17:30 +02:00
fix lint errors (#1171)
This commit is contained in:
parent
aa8ba35332
commit
aab9ec413e
2 changed files with 5 additions and 5 deletions
|
@ -11,11 +11,9 @@ const (
|
|||
ServiceAuthenticate = "authenticate"
|
||||
// ServiceCache represents running the cache service component
|
||||
ServiceCache = "cache"
|
||||
|
||||
// RedisName is the name of the redis storage backend
|
||||
// StorageRedisName is the name of the redis storage backend
|
||||
StorageRedisName = "redis"
|
||||
|
||||
// InMemoryName is the name of the in-memory storage backend
|
||||
// StorageInMemoryName is the name of the in-memory storage backend
|
||||
StorageInMemoryName = "memory"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue