新建Doctor模块,用于管理所有的Explorer

This commit is contained in:
chenxinquan 2022-11-08 16:12:02 +08:00
parent b4eda9d805
commit 2b451a9e49
1 changed files with 36 additions and 0 deletions

36
src/genmai/Doctor.go Normal file
View File

@ -0,0 +1,36 @@
////////////////////////////////////////////////////////////////
//
// Filename: Doctor.go
//
// Version: 1.0
// Created: 2022年11月08日 16时07分33秒
// Revision: none
// Compiler: go
//
// Author: alpha
// Organization: alpha
// Contacts: chenxinquan@kylinos.com
//
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
// Description:
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
// Log:
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
// Todo:
//
////////////////////////////////////////////////////////////////
package genmai
type Singleton interace {
}
type doctor struct {
}