()
| 21 | } |
| 22 | |
| 23 | func (this *StaticController) Prepare() { |
| 24 | this.OssDomain = strings.TrimRight(beego.AppConfig.String("oss::Domain"), "/ ") |
| 25 | } |
| 26 | |
| 27 | func (this *StaticController) APP() { |
| 28 | link := strings.TrimSpace(models.GetOptionValue("APP_PAGE", "")) |
nothing calls this directly
no outgoing calls
no test coverage detected