File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
proto/frequenz/api/dispatch Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- // Dispatch gRPC API definition.
1+ // Copyright 2023 Frequenz Energy-as-a-Service GmbH
22//
3- // Copyright:
4- // Copyright 2022 Frequenz Energy-as-a-Service GmbH
5- //
6- // License:
7- // All rights reserved.
3+ // Licensed under the MIT License (the "License");
4+ // you may not use this file except in compliance with the License.
85
96// protolint:disable MAX_LINE_LENGTH
107
@@ -19,6 +16,7 @@ import "google/protobuf/timestamp.proto";
1916
2017import "frequenz/api/common/components.proto" ;
2118
19+ // Service providing operations related to dispatching microgrid components.
2220service DispatchService {
2321 // Returns a list of all dispatches
2422 rpc ListDispatches (DispatchListRequest ) returns (DispatchList );
You can’t perform that action at this time.
0 commit comments