Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncomingInter ¶
type IncomingInter struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...Opt) (ret *IncomingInter, err error)
func (*IncomingInter) BusNameChan ¶
func (i *IncomingInter) BusNameChan() <-chan string
func (*IncomingInter) GetBusName ¶
func (i *IncomingInter) GetBusName(msg *dbus.Message)
type Opt ¶
type Opt func(p *IncomingInter) (ret *IncomingInter, err error)
func WithLogger ¶
func WithLogger(log *zap.SugaredLogger) Opt
Click to show internal directories.
Click to hide internal directories.