repositorypackage
0.0.15
Repository: https://github.com/athurg/go-confluence.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Confluence SDK
Usage
import (
"github.com/athurg/go-confluence"
)
具体用法可以查看cli目录下的两个范例:
- cli/sync2confluence: 用于将指定目录同步到Confluence空间。
- cli/confluence_exporter: 用于将Confluence空间导出到指定目录。