MCPcopy Create free account
hub / github.com/OreosLab/bili / PushModel

Class PushModel

src/main/java/top/misec/push/impl/PushPlusPush.java:49–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 @Getter
50 static class PushModel {
51 private final String title = "BILIBILI-HELPER任务简报";
52 private final String template = "txt";
53 private final String token;
54 private final String content;
55
56 public PushModel(String token, String content) {
57 this.token = token;
58 this.content = content;
59 }
60 }
61}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…