Byron Wang d6feb813fa add readme
2025-05-28 17:27:50 +08:00
2025-05-28 17:18:54 +08:00
2025-05-28 17:18:54 +08:00
2025-05-28 17:18:54 +08:00
2025-05-28 17:18:54 +08:00
2025-05-26 16:29:23 +08:00
2025-05-28 17:27:50 +08:00

go-cloud-kit

A library and tools for open cloud development in Go.


s, err := factory.Load("local", oss.OSSArgs{
	Local: &oss.Local{
			Path: "/local/path",
		},
})

if err != nil {
    return err
}
s.List("/object1")

Installation

	go get github.com/langgenius/dify-cloud-kit

Available Blobs

S
Description
A library and tools for open cloud development in Go.
Readme Apache-2.0 183 KiB
Latest
2026-02-01 07:41:37 -05:00
Languages
Go 100%