Documentation
¶
Index ¶
- func SetLogger(v *log.Logger)
- type GrubEncrypt
- func (g *GrubEncrypt) AddAccount(sender dbus.Sender, usr, passwd string) *dbus.Error
- func (g *GrubEncrypt) DeatectAccount()
- func (g *GrubEncrypt) DeleteAccount(usr string) *dbus.Error
- func (g *GrubEncrypt) DisableAuthentication(usr string) *dbus.Error
- func (g *GrubEncrypt) EnableAuthentication(sender dbus.Sender, usr string) *dbus.Error
- func (g *GrubEncrypt) GetInterfaceName() string
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GrubEncrypt ¶
type GrubEncrypt struct { Status string OnlineUser []string OfflineUser []string // contains filtered or unexported fields }
func (*GrubEncrypt) AddAccount ¶
创建菜单加密账户,创建
func (*GrubEncrypt) DeleteAccount ¶
func (g *GrubEncrypt) DeleteAccount(usr string) *dbus.Error
func (*GrubEncrypt) DisableAuthentication ¶
func (g *GrubEncrypt) DisableAuthentication(usr string) *dbus.Error
失能所有用户
func (*GrubEncrypt) EnableAuthentication ¶
使能所有用户
func (*GrubEncrypt) GetInterfaceName ¶
func (g *GrubEncrypt) GetInterfaceName() string
获取 dbus对象 ifc名称
Click to show internal directories.
Click to hide internal directories.