Categorygithub.com/emalak/lrpc
repositorypackage
0.0.0-20240921102731-e1e6884e8ef3
Repository: https://github.com/emalak/lrpc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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)