mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Rename Codeowners() to CodeOwners()
This commit is contained in:
@@ -107,7 +107,7 @@ type GetPageProvider interface {
|
||||
// GitInfoProvider provides Git info.
|
||||
type GitInfoProvider interface {
|
||||
GitInfo() *gitmap.GitInfo
|
||||
Codeowners() []string
|
||||
CodeOwners() []string
|
||||
}
|
||||
|
||||
// InSectionPositioner provides section navigation.
|
||||
|
@@ -194,7 +194,7 @@ func (p *nopPage) GitInfo() *gitmap.GitInfo {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *nopPage) Codeowners() []string {
|
||||
func (p *nopPage) CodeOwners() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@@ -252,7 +252,7 @@ func (p *testPage) GitInfo() *gitmap.GitInfo {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *testPage) Codeowners() []string {
|
||||
func (p *testPage) CodeOwners() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user