Commit 612d9e9e authored by suyanlong's avatar suyanlong

Add TODO list

parent dc6fe8df
Pipeline #7978 failed with stages
...@@ -21,6 +21,7 @@ type AppChain interface { ...@@ -21,6 +21,7 @@ type AppChain interface {
Monitor Monitor
} }
// TODO Add tag
type appChain struct { type appChain struct {
client plugins.Client client plugins.Client
recvCh chan *pb.IBTP recvCh chan *pb.IBTP
......
...@@ -14,6 +14,7 @@ func (a *appChain) Type() string { ...@@ -14,6 +14,7 @@ func (a *appChain) Type() string {
return a.client.Type() return a.client.Type()
} }
//TODO appchain
func (a *appChain) Tag() string { func (a *appChain) Tag() string {
return a.client.Type() return a.client.Type()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment