Skip to content
Snippets Groups Projects
Commit dceffdc3 authored by ko_oler's avatar ko_oler
Browse files

fix typo

parent f942eda9
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ const (
type Action struct {
Extension string `mapstructure:"extension,omitempty"` // Расширение
Action string `mapstructure:"action,omitempty"` // Идентификатор действия
Target ActionTarget `mapstructure:"target,omitempty"` // Как должен отображаться результат действия
Target ActionTarget `mapstructure:"target,omitempty"` // Отображение результата действия
Parent string `mapstructure:"parent,omitempty"` // Идентификатор родительского действия (для отображения в меню)
Name string `mapstructure:"name,omitempty"` // Название действия для отображения в интерфейсе (пункт меню, кнопка).
Description string `mapstructure:"description,omitempty"` // Описание действия для отображения в интерфейсе
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment