Versions in this module Expand all Collapse all v1 v1.3.0 Aug 22, 2023 Changes in this version + const ServiceKey + type Service struct + NavButtons *types.Buttons + func GetService(srv service.List) *Service + func NewService(btns *types.Buttons) *Service + func (s *Service) Name() string + func (s *Service) RemoveOrShowInfoNavButton(remove bool) + func (s *Service) RemoveOrShowPlugNavButton(remove bool) + func (s *Service) RemoveOrShowSiteNavButton(remove bool) + func (s *Service) RemoveOrShowToolNavButton(remove bool) + func (s *Service) UpdateButtons()