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

Method CountUsersByInbound

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

Source from the content-addressed store, hash-verified

20 ClearHostExclusion(ctx context.Context, arg ClearHostExclusionParams) error
21 ConsumeEnrollToken(ctx context.Context, token string) (pgconn.CommandTag, error)
22 CountUsersByInbound(ctx context.Context) ([]CountUsersByInboundRow, error)
23 DeleteAllInboundsForGroup(ctx context.Context, groupID string) error
24 DeleteAllUserGroupMembers(ctx context.Context, groupID string) error
25 DeleteAnnouncementByID(ctx context.Context, id string) error

Callers 2

CountUsersByInboundMethod · 0.65
handleInboundsMethod · 0.65

Implementers 1

Queriesinternal/store/postgres/sqlcgen/db.go

Calls

no outgoing calls

Tested by

no test coverage detected