type cloud.google.com/go/logging.commonLabels

3 uses

	cloud.google.com/go/logging (current package)
		logging.go#L332: func CommonLabels(m map[string]string) LoggerOption { return commonLabels(m) }
		logging.go#L334: type commonLabels map[string]string
		logging.go#L336: func (c commonLabels) set(l *Logger) { l.commonLabels = c }