Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server provides a Settings service
func NewServer ¶
func NewServer(mgr *settings.SettingsManager) *Server
NewServer returns a new instance of the Settings service
func (*Server) AuthFuncOverride ¶ added in v0.4.0
func (s *Server) AuthFuncOverride(ctx context.Context, fullMethodName string) (context.Context, error)
AuthFuncOverride disables authentication for settings service
func (*Server) Get ¶
func (s *Server) Get(ctx context.Context, q *settingspkg.SettingsQuery) (*settingspkg.Settings, error)
Get returns Argo CD settings
Click to show internal directories.
Click to hide internal directories.