modulepackage
0.0.0-20240921102731-e1e6884e8ef3
Repository: https://github.com/emalak/lrpc.git
Documentation: pkg.go.dev
# README
Landmark API client
Usage
Creating a client
ctx := context.Background()
// To use include service methods, specify its settings
client, err := New(ctx, Settings{
FeedOpts: nil,
StorageOpts: &StorageOptions{Address: "localhost:8080"},
})
Calling a method
landmark, err := client.GetLandmark(ctx, landmarkId, userId)
# Packages
No description provided by the author
# Functions
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author