Golang SFTP客户端,实现文件上传

9-20 1 views

SFTP客户端初始化 Go import ( "MySQLExport/tools/tools" "github.com/pkg/sftp" "golang.org/x/crypto/ssh" "io" ...
阅读全文 0

gorm 实现操作MySQL数据库

9-15 2 views

建立MySQL连接 Go package model import ( "MySQLExport/config" "fmt" "github.com/jinzhu/gorm" _ "github.com/...
阅读全文 0

client-go InClusterConfig 实现Pod内与K8S API Server交互

7-15 1 views

参考:https://kubernetes.io/zh/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod 参考:https://github.com/kubernet...
阅读全文 0