clipboard_server

module
v0.0.0-...-54812e6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: MIT

README

quickstart

bazel run //server:server

test

bazel run //test:test_delete
bazel run //test:test_getclipboards
bazel run //test:test_send
bazel run //test:test_subscribe

for development

build

bazel build //server:server

cross-compiling

bazel build --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 server

generate proto files

protoc needs to be installed

protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    proto/clipboard_service.proto

update deps

bazel run //:gazelle
bazel run //:gazelle-update-repos 

Directories

Path Synopsis
client module
proto module
server module
test module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL