Versions in this module Expand all Collapse all v0 v0.2.0 May 29, 2018 v0.1.0 Apr 11, 2018 Changes in this version + const DefaultWalkTimeout + type ProtoFile struct + DisplayPath string + Path string + type ProtoSet struct + Config settings.Config + DirPath string + DirPathToFiles map[string][]*ProtoFile + WorkDirPath string + type ProtoSetProvider interface + GetForDir func(workDirPath string, dirPath string) ([]*ProtoSet, error) + GetForFiles func(workDirPath string, filePaths ...string) ([]*ProtoSet, error) + func NewProtoSetProvider(options ...ProtoSetProviderOption) ProtoSetProvider + type ProtoSetProviderOption func(*protoSetProvider) + func ProtoSetProviderWithLogger(logger *zap.Logger) ProtoSetProviderOption + func ProtoSetProviderWithWalkTimeout(walkTimeout time.Duration) ProtoSetProviderOption