I hereby claim:
- I am ja7ad on github.
- I am ja7ad (https://keybase.io/ja7ad) on keybase.
- I have a public key ASAuJdzUEQ_92uwvICZ6YYfO4naBwTuVlf8Np4Ni3kdsSwo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "context" | |
| "encoding/json" | |
| "errors" | |
| "github.com/brianvoe/gofakeit/v6" | |
| "github.com/hashicorp/golang-lru/v2/expirable" | |
| "github.com/lithammer/shortuuid/v3" | |
| "github.com/nats-io/nats.go" |
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| "log" | |
| "math/rand" | |
| "net/http" | |
| "time" | |
| ) |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "github.com/elastic/go-elasticsearch/v7" | |
| "log" | |
| "strings" | |
| ) |
| package main | |
| import ( | |
| "testing" | |
| "time" | |
| ) | |
| func BenchmarkClearMapWithDelete(b *testing.B) { | |
| b.ReportAllocs() | |
| test := createMap(100000) |
| openapi: 3.0.1 | |
| info: | |
| title: test.proto | |
| version: version not set | |
| servers: | |
| - url: / | |
| tags: | |
| - name: Foo | |
| paths: | |
| /list: |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| "github.com/nats-io/nats-server/v2/server" | |
| "github.com/nats-io/nats.go" | |
| ) |
| package main | |
| import ( | |
| "fmt" | |
| "github.com/nyaruka/phonenumbers" | |
| "strings" | |
| "unicode" | |
| ) | |
| var numberList = []string{ |
syntax = "proto3";
option go_package = "github.com/Ja7ad/bookstore";
service Greeter {
rpc GetBook(GetBookRequest) returns (Book) {}
rpc AddBook(AddBookRequest) returns (Book) {}
rpc AddManyBook(AddManyBookRequest) returns (google.protobuf.Empty) {}
rpc UpdateBook(UpdateBookRequest) returns (Book) {}