Skip to content

Commit

Permalink
Merge pull request #11 from anyproto/fix-anyconf
Browse files Browse the repository at this point in the history
fix anyconf
  • Loading branch information
fb929 authored Aug 10, 2023
2 parents cbbe271 + 72b131e commit bc6a293
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions anyconf/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ package gen

import (
"github.com/anyproto/any-sync/accountservice"
"github.com/anyproto/any-sync/net"
"github.com/anyproto/any-sync/nodeconf"
"github.com/anyproto/any-sync/util/crypto"
"golang.org/x/exp/slices"
)

type NodeConfigInfo struct {
Config any
DebugApiServer net.Config
Account accountservice.Config
Nodes nodeconf.Configuration
Config any
Account accountservice.Config
Nodes nodeconf.Configuration
}

type NodeParameters struct {
Expand Down

0 comments on commit bc6a293

Please sign in to comment.