wrapper.go 212 B

123456789
  1. // SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
  2. // SPDX-License-Identifier: Apache-2.0
  3. package apprise
  4. type Data struct {
  5. Urls string `json:"urls"`
  6. Body string `json:"body"`
  7. }