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

Class MessageModel

src/main/java/top/misec/push/impl/DingTalkPush.java:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 @Getter
68 static class MessageModel {
69 private final String msgtype = "text";
70 private final String title = "BILIBILI-HELPER任务简报";
71 private final Text text;
72
73 public MessageModel(String content) {
74 this.text = new Text(content);
75 }
76 }
77
78 @Getter
79 static class Text {

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…