Aeosoul
Results
1
issues of
Aeosoul
**srv.go** ` package main import ( "context" "fmt" mcusend "AlarmService/proto/mcusend" "time" "github.com/micro/go-micro/v2" "github.com/micro/go-plugins/registry/etcdv3" ) type MCUsend struct{} func (e *MCUsend) Mcusend(ctx context.Context, req *mcusend.McuRequest, rsp *mcusend.McuResponse) error { mac :=...