github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/internal/frontend/api.go (about)

     1  package frontend
     2  
     3  type Frontend interface {
     4  	AddUserCommands()
     5  }