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

Method Get

module/log/module.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, driver string)

Source from the content-addressed store, hash-verified

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
18func init() {

Callers 15

OnInitMethod · 0.65
GetMethod · 0.65
SetMethod · 0.65
NewProviderFunction · 0.65
addModelMethod · 0.65
DefaultModelMethod · 0.65
GetModelMethod · 0.65
GetMethod · 0.65
GetProviderFunction · 0.65
CreateMethod · 0.65
updateLogRecordMethod · 0.65
GetTeamMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected