Versions in this module Expand all Collapse all v0 v0.1.6 Mar 7, 2021 v0.1.5 Mar 6, 2021 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()