mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-07 02:20:24 +08:00
阶段性提交
This commit is contained in:
14
internal/rpc/node/service.go
Normal file
14
internal/rpc/node/service.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package node
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/iwind/TeaGo/logs"
|
||||
)
|
||||
|
||||
type Service struct {
|
||||
}
|
||||
|
||||
func (this *Service) Node(context.Context, *NodeRequest) (*NodeResponse, error) {
|
||||
logs.Println("you called me")
|
||||
return &NodeResponse{}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user