MCPcopy Create free account
hub / github.com/PatchMon/PatchMon / ListNetworks

Method ListNetworks

server-source-code/internal/db/querier.go:362–362  ·  view source on GitHub ↗
(ctx context.Context, arg ListNetworksParams)

Source from the content-addressed store, hash-verified

360 ListJobHistoryByApiID(ctx context.Context, arg ListJobHistoryByApiIDParams) ([]JobHistory, error)
361 ListNeedingUpdates(ctx context.Context) ([]ListNeedingUpdatesRow, error)
362 ListNetworks(ctx context.Context, arg ListNetworksParams) ([]DockerNetwork, error)
363 ListNotificationDeliveryLog(ctx context.Context, arg ListNotificationDeliveryLogParams) ([]NotificationDeliveryLog, error)
364 ListNotificationDestinations(ctx context.Context) ([]NotificationDestination, error)
365 ListNotificationRoutes(ctx context.Context) ([]ListNotificationRoutesRow, error)

Callers 2

ListNetworksMethod · 0.65
ListNetworksMethod · 0.65

Implementers 1

Queriesserver-source-code/internal/db/db.go

Calls

no outgoing calls

Tested by

no test coverage detected