1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-04-28 11:24:48 +00:00
seafile-server/lib/webaccess.vala

11 lines
227 B
Vala
Raw Permalink Normal View History

2016-08-10 06:53:33 +00:00
namespace Seafile {
public class WebAccess : Object {
public string repo_id { set; get; }
public string obj_id { set; get; }
public string op { set; get; }
public string username { set; get; }
}
}