Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
evatix-go
core
Commits
4ab34643
Commit
4ab34643
authored
3 years ago
by
Md. Alim Ul Karim
Browse files
Options
Downloads
Patches
Plain Diff
v1.2.4
v1.2.4
parent
ba9d696e
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
internal/internalinterface/internalenuminf/ActionTyper.go
+18
-0
18 additions, 0 deletions
internal/internalinterface/internalenuminf/ActionTyper.go
internal/internalinterface/internalenuminf/HttpMethodTyper.go
+0
-17
0 additions, 17 deletions
...rnal/internalinterface/internalenuminf/HttpMethodTyper.go
with
18 additions
and
17 deletions
internal/internalinterface/internalenuminf/ActionTyper.go
0 → 100644
+
18
−
0
View file @
4ab34643
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
}
This diff is collapsed.
Click to expand it.
internal/internalinterface/internalenuminf/HttpMethodTyper.go
+
0
−
17
View file @
4ab34643
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment