Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bio-rd
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
bio-rd
558750cf469917a540a0ed2a25f69084d296f4f7
bio-rd
protocols
bgp
server
timer.go
Find file
Normal view
Permalink
timer.go
98 B
Newer
Older
New FSM
Oliver Herms
committed
6 years ago
1
2
3
4
5
6
7
8
package
server
import
"time"
type
timer
interface
{
Stop
()
bool
Reset
(
d
time
.
Duration
)
bool
}