github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/clients/client_id/types__generated.go (about) 1 package client_id 2 3 import ( 4 github_com_johnnyeven_libtools_courier_status_error "github.com/johnnyeven/libtools/courier/status_error" 5 github_com_johnnyeven_libtools_courier_swagger "github.com/johnnyeven/libtools/courier/swagger" 6 ) 7 8 type ErrorField = github_com_johnnyeven_libtools_courier_status_error.ErrorField 9 10 type ErrorFields = github_com_johnnyeven_libtools_courier_status_error.ErrorFields 11 12 type JSONBytes = github_com_johnnyeven_libtools_courier_swagger.JSONBytes 13 14 type StatusError = github_com_johnnyeven_libtools_courier_status_error.StatusError 15 16 type UniqueID struct { 17 // 18 ID uint64 `json:"id,string"` 19 }