Versions in this module Expand all Collapse all v4 v4.7.0 Jul 2, 2022 Changes in this version + var DefaultAddress = "localhost:8080" + var DefaultPath = "/micro/config" + func NewSource(opts ...source.Option) source.Source + func WithAddress(a string) source.Option + func WithPath(p string) source.Option + func WithTLS(t *tls.Config) source.Option Other modules containing this package github.com/asim/go-micro/plugins/config/source/grpc/v3