provider에도 Query func 추가
This commit is contained in:
@ -21,8 +21,8 @@ func make_cache_stage[T any]() *cache_stage[T] {
|
||||
}
|
||||
|
||||
type Consumer interface {
|
||||
Query(key string) *Authorization
|
||||
Touch(key string) bool
|
||||
Query(string) *Authorization
|
||||
Touch(string) bool
|
||||
}
|
||||
|
||||
type consumer_common[T any] struct {
|
||||
|
||||
Reference in New Issue
Block a user