github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/server/misc/types.go (about)

     1  package misc
     2  
     3  import "github.com/benoitkugler/goACVE/server/logiciel"
     4  
     5  type OutLogiciel = logiciel.OutLogiciel
     6  
     7  type SearchMailIn struct {
     8  	Mail string
     9  }
    10  
    11  type SearchMailOut struct {
    12  	Found bool
    13  }