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

Method Save

module/log/module.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, driver string, input *log_dto.Save)

Source from the content-addressed store, hash-verified

12
13type ILogModule interface {
14 Save(ctx context.Context, driver string, input *log_dto.Save) error
15 Get(ctx context.Context, driver string) (*log_dto.LogSource, error)
16}
17

Callers 15

EditAuthorizationMethod · 0.65
EditMethod · 0.65
EnableMethod · 0.65
DisableMethod · 0.65
EditMethod · 0.65
pullHookMethod · 0.65
DeployMethod · 0.65
SaveCacheMethod · 0.65
EnableMethod · 0.65
DisableMethod · 0.65
OnInitMethod · 0.65
UpdateProviderModelMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected