Documentation ¶ Index ¶ type Client func (c *Client) Close() error func (c *Client) Config() any func (c *Client) Init() error type Config func (c *Config) BeforeInject() func (c *Config) Build() (*apollo.Client, error) func (c *Config) Init() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *apollo.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 apollo.Config func (*Config) BeforeInject ¶ added in v0.0.33 func (c *Config) BeforeInject() func (*Config) Build ¶ func (c *Config) Build() (*apollo.Client, error) func (*Config) Init ¶ func (c *Config) Init() Source Files ¶ View all Source files apollo.go Click to show internal directories. Click to hide internal directories.