MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / Count

Method Count

internal/repository/cache/sms.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, number string)

Source from the content-addressed store, hash-verified

16 SetNX(ctx context.Context, number string, value interface{}, expiration time.Duration) (*redis.BoolCmd, error)
17 Exist(ctx context.Context, number string) bool
18 Count(ctx context.Context, number string) int
19 IncrCnt(ctx context.Context, number string) error
20 ReleaseLock(ctx context.Context, number string) error
21}

Callers 14

CreateMenuMethod · 0.65
UpdateMenuMethod · 0.65
DeleteMenuMethod · 0.65
ListMenusMethod · 0.65
ListApisMethod · 0.65
CreateRoleMethod · 0.65
UpdateRoleMethod · 0.65
ListRolesMethod · 0.65

Implementers 1

smsCacheinternal/repository/cache/sms.go

Calls

no outgoing calls

Tested by

no test coverage detected