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

Method ListDirectUserInboundsByUser

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

用户组相关的 inbound 操作

(userID string)

Source from the content-addressed store, hash-verified

153
154 // 用户组相关的 inbound 操作
155 ListDirectUserInboundsByUser(userID string) ([]UserInbound, error)
156 DeleteGroupUserInbounds(userID, groupID string) error
157 DeleteAllInboundsForGroup(groupID string) error
158 UpsertGroupUserInbound(acc UserInbound) (UserInbound, error)

Callers 1

SyncUserInboundsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected