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

Method ListUserNodeUsage

internal/store/postgres/sqlcgen/querier.go:136–136  ·  view source on GitHub ↗
(ctx context.Context, userID string)

Source from the content-addressed store, hash-verified

134 ListUserInboundsByNode(ctx context.Context, nodeID string) ([]UserInbound, error)
135 ListUserInboundsByUser(ctx context.Context, userID string) ([]UserInbound, error)
136 ListUserNodeUsage(ctx context.Context, userID string) ([]ListUserNodeUsageRow, error)
137 ListUsers(ctx context.Context) ([]User, error)
138 RemoveUserGroupMember(ctx context.Context, arg RemoveUserGroupMemberParams) error
139 SetHostExclusion(ctx context.Context, arg SetHostExclusionParams) error

Callers 3

ListUserNodeUsageMethod · 0.65
handleNodeUsageMethod · 0.65
handlePortalNodeUsageMethod · 0.65

Implementers 1

Queriesinternal/store/postgres/sqlcgen/db.go

Calls

no outgoing calls

Tested by

no test coverage detected