mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-21 18:42:36 +00:00
don't actually need those bits for the interface
This commit is contained in:
@@ -37,7 +37,6 @@ type fsm struct {
|
||||
events []map[string]any
|
||||
count int
|
||||
}
|
||||
type fsmSnapshot struct{}
|
||||
|
||||
func (f *fsm) Apply(l *raft.Log) any {
|
||||
f.count++
|
||||
@@ -58,12 +57,6 @@ func (f *fsm) Restore(rc io.ReadCloser) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f *fsmSnapshot) Persist(sink raft.SnapshotSink) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f *fsmSnapshot) Release() {}
|
||||
|
||||
var verboseDERP = false
|
||||
var verboseNodes = false
|
||||
|
||||
|
Reference in New Issue
Block a user