9 lines
92 B
Go
9 lines
92 B
Go
type InitiatedFlow struct {
|
|
Local func() string
|
|
Remote string
|
|
|
|
mu sync.RWMutex
|
|
|
|
Flow
|
|
}
|