2025-04-22 15:46:48 +08:00

6 lines
149 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package config
type MockBootFlags struct {
ApiPort string `env:"mock_api_port" default:"8654" desc:"api端口客户端请求的地址端口"`
}