MCPcopy
hub / github.com/eolinker/goku_lite / Driver

Interface Driver

goku-service/discovery/drivers.go:6–8  ·  view source on GitHub ↗

Driver driver

Source from the content-addressed store, hash-verified

4
5//Driver driver
6type Driver interface {
7 Open(name string, config string) (ISource, error)
8}
9
10//CreateHandler createHandler
11type CreateHandler func(config string) Discovery

Callers 7

SetOutputFunction · 0.65
ParseMethod · 0.65
SetHealthConfigMethod · 0.65
ResetAllServiceConfigFunction · 0.65
SetHealthConfigMethod · 0.65
NewSourceFunction · 0.65
SetOutPutFunction · 0.65

Implementers 11

modelManagerksitigarbha/module.go
Drivergoku-service/driver/consul-kv/consul-k
Drivergoku-service/driver/static/static-node
Discoverygoku-service/driver/static/static-node
Discoverygoku-service/driver/consul/consul_cata
Drivergoku-service/driver/kubernetes/k8s.go
Eurekagoku-service/driver/eureka/eureka.go
DriverBasegoku-service/discovery/drivers.go
CheckBoxgoku-service/health/health.go
Checkergoku-service/health/checker.go
FileWriterByPeriodgoku-log/writer.go

Calls

no outgoing calls

Tested by

no test coverage detected