hank-types 0.1.0

Generated type definitions for Hank
Documentation
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package hank.plugin;

message Metadata {
  string name = 1;
  string description = 2;
  string version = 3;
  bool database = 4;
}