Documentation ¶ Index ¶ type Client func (c *Client) Close() error func (c *Client) Config() any func (c *Client) Init() error type Config func (c *Config) AfterInject() func (c *Config) BeforeInject() func (c *Config) Build() (agollo.Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { agollo.Client Conf Config } func (*Client) Close ¶ func (c *Client) Close() error func (*Client) Config ¶ func (c *Client) Config() any func (*Client) Init ¶ func (c *Client) Init() error type Config ¶ type Config config.AppConfig func (*Config) AfterInject ¶ added in v0.1.5 func (c *Config) AfterInject() func (*Config) BeforeInject ¶ added in v0.0.33 func (c *Config) BeforeInject() func (*Config) Build ¶ func (c *Config) Build() (agollo.Client, error) Source Files ¶ View all Source files apollo.go Click to show internal directories. Click to hide internal directories.