Versions in this module Expand all Collapse all v2 v2.9.4 Mar 2, 2021 Changes in this version + var PathSplitter = "." + var WatchTopic = "go.micro.config.events" + func Watch(id string) (*watcher, error) + func Watcher(ctx context.Context, ch *pb.WatchResponse) error + type Config struct + Store store.Store + func (c *Config) Create(ctx context.Context, req *pb.CreateRequest, rsp *pb.CreateResponse) error + func (c *Config) Delete(ctx context.Context, req *pb.DeleteRequest, rsp *pb.DeleteResponse) error + func (c *Config) List(ctx context.Context, req *pb.ListRequest, rsp *pb.ListResponse) (err error) + func (c *Config) Read(ctx context.Context, req *pb.ReadRequest, rsp *pb.ReadResponse) error + func (c *Config) Update(ctx context.Context, req *pb.UpdateRequest, rsp *pb.UpdateResponse) error + func (c *Config) Watch(ctx context.Context, req *pb.WatchRequest, stream pb.Config_WatchStream) error