| // Copyright 2021 The Chromium OS Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // Package cron contains the cron trigger API. | |
| package cron | |
| //go:generate cproto | |
| //go:generate svcdec -type CronServer |