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