[ Cmii ] [ Octopus ] - reformat agent-go - 2

This commit is contained in:
zeaslity
2024-03-29 15:35:10 +08:00
parent 77c689abd7
commit a564b4629f
3 changed files with 14 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/spf13/viper"
)
func ParseConfiguration(configFileName string) *viper.Viper {
func parseOctopusAgentConf(configFileName string) *viper.Viper {
agentConfig := parseAgentConfigFile(configFileName, nil)