Skip to content
Snippets Groups Projects
Commit 4ab34643 authored by Md. Alim Ul Karim's avatar Md. Alim Ul Karim :speech_balloon:
Browse files

v1.2.4

v1.2.4
parent ba9d696e
No related branches found
No related tags found
Loading
package internalenuminf
type ActionTyper interface {
BasicEnumer
ByteValuePlusEqualer
IsStart() bool
IsStop() bool
IsRestart() bool
IsReload() bool
IsStopSleepStart() bool
IsSuspend() bool
IsPause() bool
IsResumed() bool
IsAnyAction() bool
IsNotAnyAction() bool
}
......@@ -14,20 +14,3 @@ type HttpMethodTyper interface {
IsAnyHttp() bool
IsNotHttpMethod() bool
}
type ActionTyper interface {
BasicEnumer
ByteValuePlusEqualer
IsStart() bool
IsStop() bool
IsRestart() bool
IsReload() bool
IsStopSleepStart() bool
IsSuspend() bool
IsPause() bool
IsResumed() bool
IsAnyAction() bool
IsNotAnyAction() bool
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment