10 lines
114 B
Go
10 lines
114 B
Go
|
package elastic
|
||
|
|
||
|
import (
|
||
|
"context"
|
||
|
)
|
||
|
|
||
|
func (c *Client) Configure(context.Context, Config) error {
|
||
|
return nil
|
||
|
}
|