samba/pkg/service/config.go

8 lines
157 B
Go
Raw Permalink Normal View History

2025-06-04 09:51:39 +08:00
package service
type serviceConfig struct {
Type string `json:"type"`
Name string `json:"name"`
Address string `json:"address"` // 地址:端口
}