1
0
forked from extern/smegmesh
smegmesh/pkg/ipc/ipctypes.go
2023-09-19 18:29:35 +01:00

7 lines
76 B
Go

package ipc
type JoinMeshArgs struct {
MeshId string
IpAdress string
}