MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / GetUserBySubToken

Method GetUserBySubToken

internal/users/store.go:93–93  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

91 UpsertUser(user User) (User, error)
92 GetUser(id string) (User, error)
93 GetUserBySubToken(token string) (User, error)
94 GetUserByStripeCustomerID(customerID string) (User, error)
95 ListUsers() ([]User, error)
96 DeleteUser(id string) error

Callers 2

apiResetTokenMethod · 0.65
createCheckoutHandlerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected