Go to file
ycc 206dda0761
All checks were successful
continuous-integration/drone/push Build is passing
fix missing init
2023-12-31 20:33:01 +01:00
client Invitation process store my server card+ server invitation fields 2023-12-31 10:24:15 +01:00
doc cleanup 2023-12-25 16:44:58 +01:00
pb test changing cameCase for _ in protobuf servercard 2023-12-28 16:57:34 +01:00
server fix missing init 2023-12-31 20:33:01 +01:00
.drone.yml hide peers, add drone ci, doc update 2023-01-11 21:42:14 +01:00
.gitignore Doc update 2023-11-06 22:44:21 +01:00
asymcrypt_test.go hide peers, add drone ci, doc update 2023-01-11 21:42:14 +01:00
asymcrypt.go Reduce return values for mobile compatibility 2022-12-19 20:15:53 +01:00
buffer_test.go Contact card decompress, split, merge 2022-11-29 22:19:54 +01:00
buffer.go Contact card decompress, split, merge 2022-11-29 22:19:54 +01:00
clean.sh Complete refactor using protobuff 2022-01-15 22:19:29 +01:00
contactcard_test.go encryption + helpers + contact card compression + server routing start 2022-10-22 14:41:48 +02:00
contactcard.go Refactor and comment 2023-11-08 21:52:09 +01:00
crypt.go Reduce return values for mobile compatibility 2022-12-19 20:15:53 +01:00
endtoend_test.go lib invitation improvement for GUI 2023-12-31 18:43:55 +01:00
go.mod dependency upgrade 2023-12-25 16:46:03 +01:00
go.sum dependency upgrade 2023-12-25 16:46:03 +01:00
LICENSE Correct license 2022-10-24 20:07:10 +02:00
message.go Server invitation process functions 2023-11-14 16:32:50 +01:00
messages.pb.go test changing cameCase for _ in protobuf servercard 2023-12-28 16:57:34 +01:00
proto_test.go deprecations 2022-12-19 12:15:10 +01:00
README.md Doc update 2023-11-06 22:44:21 +01:00
symcrypt_test.go AsymCrypt optimize + Symcrypt creation 2022-09-18 21:17:28 +02:00
symcrypt.go GoMobile bind OK 2022-12-19 21:54:08 +01:00

MEOW lib

Documentation generation

required tools

  • protoc
  • protoc-gen-doc
  • protoc-gen-uml
  • go-plantuml
  • plantuml (plantuml command is as shell script : java -jar /<path-to-plantuml>/plantuml-mit-<version>.jar "$@")

generation

run the shell scripts

cd pb
./protogen.sh

cd doc
./docgen.sh

Tests