1
0
forked from extern/smegmesh
smegmesh/pkg/ipc/ipctypes.go

7 lines
76 B
Go
Raw Normal View History

package ipc
type JoinMeshArgs struct {
MeshId string
IpAdress string
}