github.com/dfklegend/cell2/utils@v0.0.0-20240402033734-a0a9f3d9335d/bridge/test/info/define.go (about)

     1  package info
     2  
     3  type IInfo interface {
     4  	GetInfo() string
     5  }