github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/tools/refresh/tool.go (about)

     1  package refresh
     2  
     3  // Plugin takes care of refresh related operations that the CLI
     4  // needs to take care. I contains methods to satisfy the needs
     5  // of each of the commands that will call it.
     6  type Plugin struct{}
     7  
     8  func (w Plugin) Name() string {
     9  	return "Refresh"
    10  }