mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-16 18:10:28 +08:00
阶段性提交
This commit is contained in:
@@ -8,7 +8,9 @@ import (
|
||||
type Service struct {
|
||||
}
|
||||
|
||||
func (this *Service) Node(context.Context, *NodeRequest) (*NodeResponse, error) {
|
||||
func (this *Service) Config(ctx context.Context, req *ConfigRequest) (*ConfigResponse, error) {
|
||||
logs.Println("you called me")
|
||||
return &NodeResponse{}, nil
|
||||
return &ConfigResponse{
|
||||
Id: req.NodeId,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user