blob: 00684f3cb537ff9bb87a57557fde487c84fb0d33 [file] [log] [blame] [edit]
// Copyright 2022 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library buildbucket;
export 'src/generated/go.chromium.org/luci/buildbucket/proto/build.pb.dart' show Build;
export 'src/generated/go.chromium.org/luci/buildbucket/proto/common.pb.dart'
show Status, StatusDetails, StatusDetails_ResourceExhaustion, StatusDetails_Timeout;
export 'src/generated/go.chromium.org/luci/buildbucket/proto/notification.pb.dart'
show NotificationConfig, BuildsV2PubSub, PubSubCallBack;