initial go implementation

This commit is contained in:
2025-11-23 12:12:20 +08:00
commit f40ace4058
12 changed files with 368 additions and 0 deletions

5
pkg/types/params.go Normal file
View File

@@ -0,0 +1,5 @@
package types
type Params interface {
param()
}