package tool_callback import ( "github.com/google/wire" ) var ProviderSetCallBackTools = wire.NewSet( NewCallBackTool, )