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

Method DeleteUser

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

Source from the content-addressed store, hash-verified

94 GetUserByStripeCustomerID(customerID string) (User, error)
95 ListUsers() ([]User, error)
96 DeleteUser(id string) error
97 // SetCredentials 设置用户级全局凭证(UUID 用于 VLESS,Secret 用于 Trojan/AnyTLS/SS)。
98 // 所有节点的 xray 配置将使用这两个值,实现跨节点密码统一。
99 SetCredentials(userID, uuid, secret string) error

Callers 2

handleUsersMethod · 0.65
handleUserMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected