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

Method UpdateLogSource

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

Source from the content-addressed store, hash-verified

11
12type ILogService interface {
13 UpdateLogSource(ctx context.Context, driver string, input *Save) error
14 GetLogSource(ctx context.Context, driver string) (*Source, error)
15 Logs(ctx context.Context, driver string, cluster string, conditions map[string]string, start time.Time, end time.Time, limit int64, offset int64) ([]*Item, int64, error)
16 LogRecordsByService(ctx context.Context, serviceId string, start time.Time, end time.Time, page int, size int) ([]*Item, int64, error)

Callers 2

SaveMethod · 0.65

Implementers 1

imlLogServiceservice/log/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected