github.hscsec.cn/aerogo/aero@v1.0.0/Handle.go (about)

     1  package aero
     2  
     3  // Handle is a function that returns a string response for a given context.
     4  type Handle func(*Context) string