girafferiel

Results 4 issues of girafferiel

Hi, apologize if its in the docs. I would like to create a link preview rpc API so that client can send a URL and get the title, desc, etc....

I'm using AWS ElasticSearch 7.10 with Kafka and pushed some code to my development environment. The configuration I used was: ``` func NewClient(addresses []string, username string, password string) (*elasticsearch.Client, error)...

Hello correct me if im wrong, but I think the codebase is not the latest? The one in the demo has `description, image, siteName, title, url` but the codebase listed...

I have this struct for http request: ``` type jobPostRequest struct { Name string `json:"name"` Currency string `json:"currency"` } ``` I would like to trim whitespaces in Name and capitalize...