Co-authored-by: defnotken <itsdefnotken@gmail.com> Co-authored-by: cake <admin@cakeandbanana.nl> Reviewed-on: #88 Reviewed-by: cake <cake@noreply.git.lightless-sync.org> Co-authored-by: defnotken <defnotken@noreply.git.lightless-sync.org> Co-committed-by: defnotken <defnotken@noreply.git.lightless-sync.org>
9 lines
133 B
C#
9 lines
133 B
C#
namespace LightlessSync.FileCache;
|
|
|
|
public enum FileState
|
|
{
|
|
Valid,
|
|
RequireUpdate,
|
|
RequireDeletion,
|
|
RequireRehash
|
|
} |