Skip to content

Commit

Permalink
nit: comment
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
  • Loading branch information
artursouza committed Mar 12, 2024
1 parent c0a4624 commit 72bb149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import "google/protobuf/any.proto";

option go_package = "github.com/diagridio/go-etcd-cron;etcdcron";

// JobRecord is the record persisted on Etcd.
// Namespace is handled by prefixing the key in the database.
// JobRecord is the record persisted as value in Etcd (not the key).
message JobRecord {
string name = 1;
string rhythm = 2;
Expand Down

0 comments on commit 72bb149

Please sign in to comment.