#40 new: docker container restart

This commit is contained in:
lollipopkit
2023-05-16 16:45:46 +08:00
parent 2161596efc
commit 82ed2e70dc
4 changed files with 17 additions and 15 deletions

View File

@@ -4,20 +4,8 @@ import 'package:hive_flutter/hive_flutter.dart';
part 'server_private_info.g.dart';
///
/// Code generated by jsonToDartModel https://ashamp.github.io/jsonToDartModel/
///
@HiveType(typeId: 3)
class ServerPrivateInfo {
/*
{
"ip": "",
"port": 1,
"user": "",
"authorization": ""
}
*/
@HiveField(0)
late String name;
@HiveField(1)