electron-egg electron-egg
首页
  • v4.x
  • v3.x
  • v2.x
插件
  • v4.x
  • v3.x
demo
支持
知识点
案例
交流
  • GitHub (opens new window)
  • Gitee (opens new window)
首页
  • v4.x
  • v3.x
  • v2.x
插件
  • v4.x
  • v3.x
demo
支持
知识点
案例
交流
  • GitHub (opens new window)
  • Gitee (opens new window)
❤️成为赞助商
  • 教程

  • ee-bin

  • ee-core

  • ee-go

    • eapp
    • eboot
    • econfig
      • eerror
      • ehelper
      • ehttp
      • erouter
      • elog
      • eos
      • eruntime
      • estatic
      • eutil
      • etask
    目录

    econfig

    ee-go:v1.0.0

    # 介绍

    config模块

    # 使用方法

    import (
    	"github.com/wallace5303/ee-go/econfig"
    )
    

    # API列表

    仅做简单介绍。按照go标准,常量/函数/方法等说明信息,都在源码中。

    # func Init()

    初始化配置,ee-go使用。

    # func Get(key string) any

    获取某个属性的值。

    # func GetAll() map[string]any

    获取全部属性的值。

    # func GetLogger() map[string]any

    获取日志属性的值。

    # func GetCoreLogger() map[string]any

    获取日志core 属性的值。

    # func GetHttp() map[string]any

    获取http属性的值。

    # func GetStatic() map[string]any

    获取静态资源属性的值。

    上次更新: 2025/06/06, 07:21:49
    eboot
    eerror

    ← eboot eerror→

    Theme by Vdoing | Copyright © 2023-2025 哆啦好梦 | 京ICP备15041380号-2
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式
    ×