MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Offline

Method Offline

module/dynamic-module/dynamic_module.go:25–25  ·  view source on GitHub ↗
(ctx context.Context, module string, id string)

Source from the content-addressed store, hash-verified

23
24 Online(ctx context.Context, module string, id string) error
25 Offline(ctx context.Context, module string, id string) error
26 //PartitionStatuses(ctx context.Context, module string, keyword string, page int, pageSize int) (map[string]map[string]string, error)
27 //PartitionStatus(ctx context.Context, module string, id string) (*dynamic_module_dto.OnlineInfo, error)
28}

Callers 10

doOfflineMethod · 0.65
OfflineMethod · 0.65
syncGatewayMethod · 0.65
syncGatewayMethod · 0.65
DeleteMethod · 0.65
syncGatewayMethod · 0.65
syncGatewayMethod · 0.65
syncGatewayMethod · 0.65
offlineForClusterMethod · 0.65
syncGatewayMethod · 0.65

Implementers 1

imlDynamicModulemodule/dynamic-module/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected