mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-07-30 15:03:13 +00:00
9 lines
365 B
Go
9 lines
365 B
Go
|
|
package messaging
|
||
|
|
|
||
|
|
import "github.com/logos-messaging/logos-delivery-go-bindings/pkg/kernel/common"
|
||
|
|
|
||
|
|
// Config is the node configuration passed to the underlying library. Its JSON
|
||
|
|
// representation is a WakuNodeConf, which is what logosdelivery_create_node
|
||
|
|
// consumes. It aliases the kernel config type so the two stay in lockstep.
|
||
|
|
type Config = common.WakuConfig
|