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

Method UpsertUserInbound

internal/users/store.go:114–114  ·  view source on GitHub ↗

UserInbound CRUD(每个用户在每个 inbound 上只有一条凭据记录)

(inbound UserInbound)

Source from the content-addressed store, hash-verified

112
113 // UserInbound CRUD(每个用户在每个 inbound 上只有一条凭据记录)
114 UpsertUserInbound(inbound UserInbound) (UserInbound, error)
115 GetUserInbound(id string) (UserInbound, error)
116 ListUserInboundsByUser(userID string) ([]UserInbound, error)
117 // ListActiveUserInboundsByUser 仅返回对应节点未禁用的记录(用于订阅生成)。

Callers 2

SyncUserInboundsMethod · 0.65
apiResetTokenMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected