initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:json_annotation/json_annotation.dart';
|
||||
|
||||
/// Mirrors `models.BackupMethod` in `nodemaster/models/types.go`.
|
||||
enum BackupMethod {
|
||||
@JsonValue('rsync')
|
||||
rsync,
|
||||
@JsonValue('restic')
|
||||
restic,
|
||||
@JsonValue('external')
|
||||
external,
|
||||
}
|
||||
Reference in New Issue
Block a user