remove the string methods
This commit is contained in:
parent
64ec0633a3
commit
a08b64c8ab
@ -23,32 +23,6 @@ const (
|
|||||||
Error
|
Error
|
||||||
)
|
)
|
||||||
|
|
||||||
// String returns string representation of update event
|
|
||||||
func (at AdvertType) String() string {
|
|
||||||
switch at {
|
|
||||||
case Announce:
|
|
||||||
return "ANNOUNCE"
|
|
||||||
case Update:
|
|
||||||
return "UPDATE"
|
|
||||||
default:
|
|
||||||
return "UNKNOWN"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// String returns human readable status code
|
|
||||||
func (sc StatusCode) String() string {
|
|
||||||
switch sc {
|
|
||||||
case Running:
|
|
||||||
return "RUNNING"
|
|
||||||
case Stopped:
|
|
||||||
return "STOPPED"
|
|
||||||
case Error:
|
|
||||||
return "ERROR"
|
|
||||||
default:
|
|
||||||
return "UNKNOWN"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Router is an interface for a routing control plane
|
// Router is an interface for a routing control plane
|
||||||
type Router interface {
|
type Router interface {
|
||||||
// Init initializes the router with options
|
// Init initializes the router with options
|
||||||
|
Loading…
Reference in New Issue
Block a user