Files

8 lines
127 B
Go

package network_map
import "context"
type Controller interface {
UpdatePeers(ctx context.Context, accountID string) error
}