* fixes #987 * chore: fix test failure * chore: add comments * feat: support third party orm to interact with go-zero * chore: refactor
10 lines
123 B
Go
10 lines
123 B
Go
package internal
|
|
|
|
type etcdBuilder struct {
|
|
discovBuilder
|
|
}
|
|
|
|
func (b *etcdBuilder) Scheme() string {
|
|
return EtcdScheme
|
|
}
|