The very basic client app, not adapted for mobiles.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
// SysInfoHandler содержит в себе информацию об обработчике для Markdown системной информации.
|
||||
type SysInfoHandler struct {
|
||||
Handler func() string
|
||||
Name string
|
||||
}
|
||||
Reference in New Issue
Block a user