github.com/artisanhe/tools@v1.0.1-0.20210607022958-19a8fef2eb04/httplib/alias.go (about)

     1  package httplib
     2  
     3  import (
     4  	"github.com/artisanhe/tools/courier/enumeration"
     5  	"github.com/artisanhe/tools/courier/status_error"
     6  )
     7  
     8  // deprecated
     9  type Bool = enumeration.Bool
    10  
    11  // deprecated
    12  type GeneralError = status_error.StatusError
    13  
    14  // deprecated
    15  type ErrorField = status_error.ErrorField