feat: subscriptionInfo

This commit is contained in:
adlyq
2022-11-05 02:24:08 +08:00
parent 4c5853e5e7
commit dcd2417fce
4 changed files with 112 additions and 8 deletions

View File

@ -35,6 +35,10 @@ type HTTPVehicle struct {
path string
}
func (h *HTTPVehicle) Url() string {
return h.url
}
func (h *HTTPVehicle) Type() types.VehicleType {
return types.HTTP
}