MetaGo

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2026 License: Apache-2.0

README

MetaGo

Meta Open Source Components - Go Version

Go Reference License

这是 MetaOpen Java 项目的 Go 语言版本实现。

项目结构

MetaGo/
├── cmd/                    # 命令行工具
├── internal/               # 内部实现(不对外暴露)
├── pkg/                    # 公共包(对外暴露)
│   ├── base/               # 基础工具包
│   ├── component/          # 组件包
│   ├── model/              # 数据模型包
│   └── sdk/                # SDK包
├── docs/                   # 文档目录
├── go.mod                  # Go模块定义
├── go.sum                  # 依赖校验文件
└── README.md               # 项目说明

模块说明

  • pkg/base - 基础工具类和通用功能
  • pkg/component - 可复用的组件实现
  • pkg/model - 数据模型定义
  • pkg/sdk - SDK接口和实现

环境要求

  • Go 1.21+

安装

go get github.com/ACANX/MetaGo

开发

# 克隆仓库
git clone https://github.com/ACANX/MetaGo.git

# 进入项目目录
cd MetaGo

# 下载依赖
go mod download

# 运行测试
go test ./...

Reference

License

Apache License 2.0

Directories

Path Synopsis
pkg
base
Package base provides foundational utilities and common functionality for the MetaGo project.
Package base provides foundational utilities and common functionality for the MetaGo project.
base/page
Package page provides base pagination utilities.
Package page provides base pagination utilities.
component
Package component provides reusable components for the MetaGo project.
Package component provides reusable components for the MetaGo project.
infra
Package component provides reusable components for the MetaGo project.
Package component provides reusable components for the MetaGo project.
model
Package model provides data model definitions for the MetaGo project.
Package model provides data model definitions for the MetaGo project.
sdk
Package sdk provides SDK interfaces and implementations for the MetaGo project.
Package sdk provides SDK interfaces and implementations for the MetaGo project.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL