Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Aug 2, 2021
1 parent af3bec7 commit 89586b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/component/key_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
// license that can be found in the LICENSE file.

package component

// KeyStore interface
type KeyStore interface {
}

// RedisKeyStore struct
type RedisKeyStore struct {
}
8 changes: 8 additions & 0 deletions core/component/rate_limiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
// license that can be found in the LICENSE file.

package component

// RateLimiter interface
type RateLimiter interface {
}

// RedisRateLimiter struct
type RedisRateLimiter struct {
}
Empty file added rfc/.gitkeep
Empty file.

0 comments on commit 89586b4

Please sign in to comment.