Compare commits
5 Commits
99c48cb684
...
667128c341
Author | SHA1 | Date | |
---|---|---|---|
667128c341 | |||
e09b7a59b3 | |||
54f76b5160 | |||
7df699ee69 | |||
de4d4d4f09 |
@ -20,7 +20,7 @@ type Phoenixd struct {
|
|||||||
webhookUrl string
|
webhookUrl string
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewPhoenixd(opts ...func(*Phoenixd) *Phoenixd) lightning.Lightning {
|
func NewPhoenixd(opts ...func(*Phoenixd) *Phoenixd) *Phoenixd {
|
||||||
ln := &Phoenixd{}
|
ln := &Phoenixd{}
|
||||||
for _, opt := range opts {
|
for _, opt := range opts {
|
||||||
opt(ln)
|
opt(ln)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user