summaryrefslogtreecommitdiff
path: root/Services/LaunchServer/LaunchServer.ipc
blob: 06e57b7b1a889015b473fd5306777aff8bafb7a4 (plain)
1
2
3
4
5
6
endpoint LaunchServer = 101
{
	Greet() => (i32 client_id)

	OpenUrl(String url) => (bool response)
}