Versions in this module Expand all Collapse all v4 v4.2.0 Dec 22, 2025 Changes in this version + const ProtoCcLibraryRuleName + const ProtoCcLibraryRuleSuffix + type CcLibrary struct + Config *protoc.ProtocConfiguration + KindName string + Outputs []string + Resolver protoc.DepsResolver + RuleConfig *protoc.LanguageRuleConfig + RuleNameSuffix string + func (s *CcLibrary) Deps() []string + func (s *CcLibrary) Hdrs() []string + func (s *CcLibrary) Imports(c *config.Config, r *rule.Rule, file *rule.File) []resolve.ImportSpec + func (s *CcLibrary) Kind() string + func (s *CcLibrary) Name() string + func (s *CcLibrary) Resolve(c *config.Config, ix *resolve.RuleIndex, r *rule.Rule, imports []string, ...) + func (s *CcLibrary) Rule(otherGen ...*rule.Rule) *rule.Rule + func (s *CcLibrary) Srcs() []string + func (s *CcLibrary) Visibility() []string