mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-08-20 12:56:45 +00:00
6 lines
66 B
Go
6 lines
66 B
Go
package server
|
|
|
|
type Server interface {
|
|
ListenAndServe() error
|
|
}
|